|
|
|
|
|
by samiv
740 days ago
|
|
Right now on Lua 5.4.2 I've had some success by tuning the GC with `collectgarbage('setpause', 100)` and then manually calling ` collectgarbage('step')`every once in a while. That being said this problem isn't unique to Lua, There are horror stories about Unity and their integration of C# for example. |
|