Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Memory fills up as my program is stopped and started again #459

Open
cadergator10 opened this issue Jul 8, 2022 · 2 comments
Open

Memory fills up as my program is stopped and started again #459

cadergator10 opened this issue Jul 8, 2022 · 2 comments

Comments

@cadergator10
Copy link

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.

@IgorTimofeev
Copy link
Owner

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

@spongedev1
Copy link

mineos is known for being memory intensive at times

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants