-
Notifications
You must be signed in to change notification settings - Fork 18
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
VERY high CPU usage #56
Comments
Hello, On my windows machine the most expensive node operation goes up 25% of UC for few seconds the time the action take and never stays at such high percentage.
|
I have this issue a lot, node.exe instances (sometimes up to 4/5) seem to linger around and never close. Normally with 100% CPU on a single core and high memory usage (up to 300MB) |
If you can provide answer for 3 also it can help me pinpoint the origin of the problem. |
This happens almost all of the time. It doesn't go up over time, it jumps straight to 100%. Also, there are no errors. |
I think, a new Node.js instance runs for each newly opened |
Hello moodmosaic, I you have multiple ts file related to each other (a project) you need to setup a project as stated in the Here the problem is related to one of the instance of nodejs (the error highlighting one) taking 100% of cpu. |
I have a
Both paths for the root files I am using the |
I think you are missing the toplevel folder name in the paths. |
👍 That was it! |
Ok great :)just a question what would have made you understand better that you needed to include this folder in the path ? |
TBH, I think it could be a little higher in the readme - but perhaps it's probably just me :) |
I've tested on a macbook pro and yes it's going higher than windows(the cpu usage goes up to 60% but never stay up yo this level and go back to 0% quite fast). |
I've discovered very high CPU usage from this plugin even when not editing and when error on save is enabled.
I know that it is being cause by this plugin, as killing the process breaks the plugin. Is there anything I can do about this?
The text was updated successfully, but these errors were encountered: