qua_run_garbage_collection#
Attempts garbage collection to reclaim unused memory. May also clean up other resources like deleting temporary files.
Syntax#
qua_run_garbage_collection [;]
Example#
The following example reclaims unused memory.
EXEC qua_run_garbage_collection;