I’ve begun to learn performance enhancing and i came across this value called LuaHeap in the memory section of the dev console located under place memory. I noticed that for my game this value is continually increasing all be it slowly (about 1mb per minute).
I tried disabling all of my client sided scripts and yet this value continues to increase. There are objects that are spawned into the game server side but that shouldn’t be effecting the LuaHeap value according to what i’ve looked up.
Any one have any advice or things that i should research? I’ve tried to find an in depth description of what exactly this value is but havent really found anything.