Ikemen-GO icon indicating copy to clipboard operation
Ikemen-GO copied to clipboard

IkemenGO memory leak

Open softmgr opened this issue 11 months ago • 2 comments

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

  1. Open IkemenGO.
  2. Do not operate it manually, it will automatically enter demo mode.
  3. 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

softmgr avatar Mar 24 '24 06:03 softmgr

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?

SuperFromND avatar Mar 30 '24 00:03 SuperFromND

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.

softmgr avatar May 06 '24 09:05 softmgr