-
Notifications
You must be signed in to change notification settings - Fork 285
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
pyls spawning hundreds of Python processes #458
Comments
Can you try reproducing with jedi 0.12.1? I saw similar behaviour with 0.13.0 on Linux but haven’t had time to dig into it yet |
It doesn't seem to happen with jedi 0.12.1. After an hour, pyls is still sitting there with one Python process. |
Running into same issue on a linux machine. jedi 0.13.1 + python-language-server:master and my machine locks up within minutes from running out of memory. |
This is resolved in Jedi now |
After maybe half an hour of using TabNine's semantic autocomplete with Python, my process tree looks like this:
Right now there's about 300 processes total in there, but my highscore is 1000+ before I noticed. Almost all of them are children of pyls. It looks like the processes aren't finishing properly and just hanging around.
The text was updated successfully, but these errors were encountered: