-
Notifications
You must be signed in to change notification settings - Fork 464
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 and exit issue of Jedi-language-server #721
Comments
Does it have to do with the uninstalled |
I just noticed that the project replaced pyright with jedi-language-server, but after uninstalling pyright by mason, the situation remains the same. |
Never encountered this, you can remove jedi for yourself and try others like |
Well... I found that using |
Version confirmation
Following prerequisites
Neovim version
NVIM v0.9.0 Build type: Release LuaJIT 2.1.0-beta3 system vimrc file: "$VIM/sysinit.vim" fall-back for $VIM: "/usr/share/nvim"
Operating system/version
Arch Linux 6.3.1-arch1-1
Terminal name/version
kitty 0.28.1
$TERM environment variable
No response
Branch info
main (Default/Latest)
Fetch Preferences
SSH (use_ssh = true)
Affected language servers
jedi-language-server
How to reproduce the issue
top
and the problem shows.Actual behavior
The CPU usage of Jedi language server is extremely high, and it does not automatically exit when exiting neovim. If I repeatedly open and close Python files, multiple instances of Jedi language server will appear, causing significant CPU usage. As this issue affects user experience and computer performance, it is suggested to fix it.
Expected behavior
No response
Support info
:LspInfo
Logs
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: