collectgarbage
Example
The current floored dynamic memory usage of Lua, in kilobytes.
Executes the specified action on the garbage collector.
Valid actions are collect
, stop
, restart
, count
, step
, setpause
and setstepmul
.
step
, setpause
and setstepmul
.If the action is setpause this is the previous value for the GC's pause. If the action is setstepmul this is the previous value for the GC's step.
The current floored dynamic memory usage of Lua, in kilobytes.