We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
too many people using it at once? :(
The text was updated successfully, but these errors were encountered:
temporary workaround: 0 * * * * kill $(ps -eo etimes,pid,cmd | awk '{if ($3 == "clangd-12" && $1 >= 1500) print $2}')
0 * * * * kill $(ps -eo etimes,pid,cmd | awk '{if ($3 == "clangd-12" && $1 >= 1500) print $2}')
processes aren't dying...
Sorry, something went wrong.
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
No branches or pull requests
too many people using it at once? :(
The text was updated successfully, but these errors were encountered: