Skip to content
This repository was archived by the owner on Apr 14, 2022. It is now read-only.

Heavy CPU usage #891

Closed
DonJayamanne opened this issue Apr 5, 2019 · 3 comments
Closed

Heavy CPU usage #891

DonJayamanne opened this issue Apr 5, 2019 · 3 comments

Comments

@DonJayamanne
Copy link

@ctivanovich commented on Fri Apr 05 2019

Following the advice from this thread which was closed prematurely microsoft/vscode-python#2149, I switched to the Microsoft Python language server, but the same explosion in CPU/memory use I noted before disabling both Jedi and Pylint continued unabated using this server. My .py file is about 1200 lines of code, but it's the only one open and being linted/checked. This doesn't even consider what affect attempting to tab-complete or inspect a module might have.
Screenshot (32).

@MikhailArkhipov
Copy link

MikhailArkhipov commented Apr 10, 2019

@ctivanovich - length of your code is not an issue, it is typically libraries you import that can be very large. Please specify which packages you import, what is the version of the LS (displayed at startup) and how long did you wait.

We close issues as specific case is fixed so if the case is different, new issue is recommended so it can be assigned properly depending on the area that causes the problem.

Thanks

@MikhailArkhipov MikhailArkhipov changed the title Heavy CPU usage #2149 still an issue, prematurely closed Heavy CPU usage Apr 10, 2019
@MikhailArkhipov
Copy link

@ctivanovich - has it improved since? Thanks

@ctivanovich
Copy link

It seems, at least for now, the language server has calmed down, thanks.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants