-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
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
Potential leak of handles and memory #108
Milestone
Comments
Please give us usecase to reproduce the problem. Thanks
Le lundi 11 février 2019, Torbjørn <[email protected]> a écrit :
… It seems like something in the way you (or one of your dependencies) use
java causes it to over time leak file handles, which in turn makes windows
expand the virtual memory page table and eat all available RAM...
Please see these two comments on this issue for more details:
microsoft/vscode#50280 (comment)
<microsoft/vscode#50280 (comment)>
microsoft/vscode#50280 (comment)
<microsoft/vscode#50280 (comment)>
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#108>, or mute the
thread
<https://github.com/notifications/unsubscribe-auth/AB17s7xtQzoT-IogyI58Oo0szHwLyqe0ks5vMXGKgaJpZM4a0MkJ>
.
|
The number of handles seems to be slowly and steadily increasing; in my case it seems to be about 2-3 handles every few seconds, but leave it overnight or for a few days and it is likely to reach the 100k's range... |
Related issue - redhat-developer/vscode-java#789 |
I can still reproduce the issue with JDK 11. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It seems like something in the way you (or one of your dependencies) use java causes it to over time leak file handles, which in turn makes windows expand the virtual memory page table and eat all available RAM...
Please see these two comments on this issue for more details:
microsoft/vscode#50280 (comment)
microsoft/vscode#50280 (comment)
The text was updated successfully, but these errors were encountered: