i have a big project and when it start up, it used ~100MB Ram and keep increasing over and over again when i open a window and close it, my app used more 30MB RAM and keep increase, i don’t know how to fix this…
Please help me resolve this issue.
Regards.
i have a big project and when it start up, it used ~100MB Ram
Share
Use a memory profiler to determine what is maintaining a reference to the window. Then fix the bug. There are several such profilers available. I find SciTech’s memprofiler to be excellent (no affiliation).