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

LSP Server dies due to lack of memory #82

Closed
thecodingwizard opened this issue Jun 27, 2022 · 4 comments
Closed

LSP Server dies due to lack of memory #82

thecodingwizard opened this issue Jun 27, 2022 · 4 comments

Comments

@thecodingwizard
Copy link
Member

too many people using it at once? :(

@thecodingwizard
Copy link
Member Author

temporary workaround: 0 * * * * kill $(ps -eo etimes,pid,cmd | awk '{if ($3 == "clangd-12" && $1 >= 1500) print $2}')

processes aren't dying...

@bqi343
Copy link
Member

bqi343 commented Nov 11, 2022

Was this resolved?

@thecodingwizard
Copy link
Member Author

no... but the workaround sort of works (though it's definitely still possible for the server to crash if a bunch of people use it all at once)

@thecodingwizard
Copy link
Member Author

closing in favor of #79

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

2 participants