-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
[quality] Possible Emitter memory leak detected when opening more than 15 editors #3145
Comments
Could be related to issue #3023 as well. I also reproduce a memory leak with only one JAVA editor. I start theia, open a java file , then I stop and re-start the server. DO NOT REFRESH the client side. After ~15-30 sec, I see the memory leak on the server console and if I open a memroy tool (htop on ubuntu), i see the cpu is consuming 100% on all cores of my computer and remains like that for a long time. We see as well many java processes running . |
I have added a dummy logging to the Java backend contribution, had the frontend running in the browser and restarted the backend. See how many times the backend tries to reconnect:
And finally, we will hit the
|
@kittaakos related to the former java extension, I believe. Close? |
Just open enough editors, any kind of them, and you will see the warning:
|
Given that this is related to the old (and long deprecated) java extension, we can close this. |
In my case, it was the Java editor:
Also: theia-ide/yangster#62
The text was updated successfully, but these errors were encountered: