Skip to content
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

extension required many CPU used in TOP #165

Open
huanghx1990 opened this issue May 23, 2022 · 3 comments
Open

extension required many CPU used in TOP #165

huanghx1990 opened this issue May 23, 2022 · 3 comments

Comments

@huanghx1990
Copy link

Hi, I am using this extension, But in my login centos server, my collegues always notice me that my vscode consume CPU greatly, I checked use ps -aux and match the jobID showed in TOP and all of them are command just as below
{VSCODE_PATH}/resources/app/extensions/json-language-features/sever/dist/node/jsonServerMain --node-ipc --clientProcessId=xxx (each large CPU utility reach 100%), But I only open 1 vscode GUI.
So I want to know what trigger this node-pic thread and how to control them in one GUI?

Best,
Xu

@eirikpre
Copy link
Owner

With the 0.13.2 version we fixed a critical bug that would cause the CPU to hang.

Can you check if you are using the newest version?

Otherwise there are some settings to limit the extension's resource hunger

@huanghx1990
Copy link
Author

HI I check out the latest version and using it. I could not figure out obvious reduce of CPU utility. So I hungry wait for a newer version of this extension since it is big help for me to code or analyze systemverilog environment.

Bests,
Xu

@joecrop
Copy link
Collaborator

joecrop commented Aug 30, 2024

Is this still happening for you? The systemverilog.maxLineCountIndexing should help you dial in the performance by excluding large files from being fully indexed.

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

No branches or pull requests

3 participants