MineOS icon indicating copy to clipboard operation
MineOS copied to clipboard

Memory fills up as my program is stopped and started again

Open cadergator10 opened this issue 3 years ago • 2 comments

Is there a proper way to exit a program? I have it set to window:remove() when the exit button is pressed, but if the pc is on for too long, memory goes up to 99% as program is restarted.

cadergator10 avatar Jul 08 '22 17:07 cadergator10

Hm, the "proper way" is to call window:remove() to let window object to be collected by GC later. But your case looks like a worst possible problem with a memory leak which detection is almost impossible without memory profiler or some extra tools. I also encountered same shit in a couple of apps - but decided that the game was not worth the candle

IgorTimofeev avatar Jul 08 '22 21:07 IgorTimofeev

mineos is known for being memory intensive at times

hexatorum avatar Aug 27 '22 15:08 hexatorum