lyft_run_garbage_collection

Attempts garbage collection to reclaim unused memory. May also clean up other resources like deleting temporary files.

Syntax

lyft_run_garbage_collection [;]

Example

The following example reclaims unused memory.

EXEC lyft_run_garbage_collection;