From 3667975636efd3c6b6afc97061c9316e20b6026a Mon Sep 17 00:00:00 2001 From: Max Cahill <1bardesign@gmail.com> Date: Mon, 29 Apr 2024 16:18:16 +1000 Subject: [PATCH] adjusted manual_gc docs --- manual_gc.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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