ide
ide copied to clipboard
LSP Server dies due to lack of memory
too many people using it at once? :(
temporary workaround: 0 * * * * kill $(ps -eo etimes,pid,cmd | awk '{if ($3 == "clangd-12" && $1 >= 1500) print $2}')
processes aren't dying...
Was this resolved?
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)
closing in favor of #79