-
Notifications
You must be signed in to change notification settings - Fork 19
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
High cpu usage when edit rust files! #8
Comments
Which process cause high CPU, the node process or rust process? |
Checkout https://github.com/neoclide/coc.nvim/wiki/Debug-language-server#using-output-channel output channel to see what the server is doing. |
@chemzqm rls process get the high cpu. |
Have no idea with that, maybe try upgrade your rls. |
When I edit the .rs file, the rls loads the CPU by up to 30% for one second (on the first run). And then a maximum of 20% less than a second.. On average, the load is 2-14% (0-1% after 5 minutes 👍) when editing and 9-22% when save (or when exiting insert mode). |
I've experienced this issue as well when I installed rls manually according to their instructions. After I read that coc-rls can install rls for you, I ran |
Hi. i follow the instructions and successfully installed coc-rls plugin in neovim. there is an issue that when i open a .rs file, my cpu usage go to 80% and i can hear my Fan sounds that working hard!
This issues occur only if i edit rust files.
The text was updated successfully, but these errors were encountered: