mirror of
https://github.com/1bardesign/batteries.git
synced 2024-11-10 02:31:48 +00:00
adjusted manual_gc docs
This commit is contained in:
parent
db5351e898
commit
3667975636
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user