Ikemen-GO
Ikemen-GO copied to clipboard
IkemenGO memory leak
Describe the bug
After running IkemenGO for a long time, memory leaks are serious. For example, when you first start the program, the memory usage is about 300MB, and after running it continuously for several hours, the memory usage will rise to more than 10GB.
To Reproduce
- Open IkemenGO.
- Do not operate it manually, it will automatically enter demo mode.
- Keep running for more than several hours.
Expected behavior
I hope it can automatically release a portion of unused memory instead of growing the memory footprint indefinitely.
Screenshots / Video
No response
Engine Version (or source code date)
0.99.0
Operating system
Windows
Extra context or search terms
No response
I suspect this is related to or even a duplicate of https://github.com/ikemen-engine/Ikemen-GO/issues/265. Is this being done with a default (read: fresh from the releases page) install of Ikemen GO?
I suspect this is related to or even a duplicate of https://github.com/ikemen-engine/Ikemen-GO/issues/265. Is this being done with a default (read: fresh from the releases page) install of Ikemen GO?
Yes, I downloaded and installed it from the release page. Additionally, I also compiled the development version, and the same issue occurred.