diff --git a/manual_gc.lua b/manual_gc.lua index ce051e9..f392845 100644 --- a/manual_gc.lua +++ b/manual_gc.lua @@ -26,10 +26,10 @@ adjust down or up as needed. games that generate more garbage will need to spend longer on gc each frame. - memory_ceiling - 64mb - a good place to start, though some games will need much more. - remember, this is lua memory, not the total memory consumption - of your game. + memory_ceiling - unlimited + a good place to start might be something like 64mb, though some games + will need much more. remember, this is lua memory, not the total memory + consumption of your game. disable_otherwise - false disabling the gc completely is dangerous - any big allocation