We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
之前在测试 ARM64 版 WzComparerR2 时发现,打开 MapRender 后再关闭,已占用的内存不会被自动清理。 随后发现 x86 / x64 版本的 WzComparerR2 上也可复现此情况。
以我自己的环境为例:
可能原因是 MapRender 关闭时没有进行 GC.Collect。
The text was updated successfully, but these errors were encountered:
尝试做了一些性能分析,发现了几个内存泄漏点:
如上很多问题都不是调用GC.Collect强制回收可以解决的,目前对64位运行时下的内存占用也确实没有太好的优化手段。后面等到issue列表主要的bug修理完后可以考虑做做内存优化,但也不要抱太大期望。
Sorry, something went wrong.
MainForm: fix memory leak after all wz closed, #307
ad45c2d
No branches or pull requests
之前在测试 ARM64 版 WzComparerR2 时发现,打开 MapRender 后再关闭,已占用的内存不会被自动清理。
随后发现 x86 / x64 版本的 WzComparerR2 上也可复现此情况。
以我自己的环境为例:
可能原因是 MapRender 关闭时没有进行 GC.Collect。
The text was updated successfully, but these errors were encountered: