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
Describe the bug (描述bug) ResourcePool只分配,但是从不将内存归还给操作系统。
而IDC机器一般会关闭分页文件,会导致闲时内存占用也非常高。无法腾出资源进行其它操作。
或者可能是我没看到释放的时机。如果有,整个释放操作时在哪里?多谢。
The text was updated successfully, but these errors were encountered:
目前没有释放空闲ResourcePool的机制
Sorry, something went wrong.
No branches or pull requests
Describe the bug (描述bug)
ResourcePool只分配,但是从不将内存归还给操作系统。
而IDC机器一般会关闭分页文件,会导致闲时内存占用也非常高。无法腾出资源进行其它操作。
或者可能是我没看到释放的时机。如果有,整个释放操作时在哪里?多谢。
The text was updated successfully, but these errors were encountered: