qua_run_garbage_collection

qua_run_garbage_collection#

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

Syntax#

qua_run_garbage_collection [;]

Example#

The following example forces reclamation of unused memory.

exec qua_run_garbage_collection;

See Also#