-
Notifications
You must be signed in to change notification settings - Fork 17
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 and memory usage on Ubuntu 20.04 #73
Comments
I get this problem - it can completely lock up my system until (I think) the OOM kills node. I don't know why it gets in a knot sometimes and not others. I'm on Debian 10. |
I have this problem too, reason is coc-phpls extensions,But I don't know how to solve it. |
Yes I've had to disable/uninstall coc-phpls on some servers. |
This happens when I open a PHP file in my homedir though coc reports the following when opening the file:
With strace I could clearly see the plugin scanning my whole home directroy. |
Got this problem twice on two different arch linux installations. This problem always occurs then I run nvim and edit file from any other directory besides file root directory and never if directly in it. Neovim v0.4.4 |
Hi, I have a similare issue on Ubuntu 16.04 with VIM 8, Coc-phpls. Anybody has a tip for this, it can stuck the whole server. My config :
|
I see an extremely high memory usage when I open two instances of NeoVim in different projects:
The problem occurs when I:
Memory usage grows endlessly until I kill the There is definitely a leak somewhere, but I haven't had the time to collect the information necessary for a bug report. But here is some information about my setup:
|
Describe the bug
High CPU and Memory Usage
To Reproduce
open any php file
Expected behavior
low cpu and memory usage
Screenshots
danny@xps:~$ pstree -a -p -s 773113
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: