ide icon indicating copy to clipboard operation
ide copied to clipboard

LSP Server dies due to lack of memory

Open thecodingwizard opened this issue 2 years ago • 1 comments

too many people using it at once? :(

thecodingwizard avatar Jun 27 '22 04:06 thecodingwizard

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

processes aren't dying...

thecodingwizard avatar Jun 27 '22 13:06 thecodingwizard

Was this resolved?

bqi343 avatar Nov 11 '22 21:11 bqi343

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 avatar Nov 12 '22 00:11 thecodingwizard

closing in favor of #79

thecodingwizard avatar Mar 04 '23 02:03 thecodingwizard