This repository was archived by the owner on Apr 14, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 133
vsc spins forever and python-language-server eats all my memory #529
Comments
When I kill a growing process stacktrace looks like this (there is no stacktrace if I kill it while it is fine, just restarts)
|
0.2.16 is now available on beta channel. "python.analysis.downloadChannel": "beta" |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
vsc v1.30.2, windows10
ms-python.python v2018.12.1
python 3.7.2 via -m venv
From time to time if I press ctrl+mouseclick to follow a code, like here it was just on json.dump.
(doesnt matter if it is basic modules or
the animation below the folders goes indefinitely and Microsoft.Python.Language.Server.exe
start eating memory, until all my 32GB has been eaten up around 100MB minute.
CPU around 20-25% (But ist a quite fast I7-7900)
Below is a snapshot just after it started happening:

I then just kill the language Server and then ctrl+click is snappy again.
This has occured for me since summer almost daily.
On linux with same code, vsc, same plugins and same python, but using pyenv instead of venv,
Never any problems.
The text was updated successfully, but these errors were encountered: