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
v0.9: If oom_score of all processes is 0, use VmRss to find a victim.
earlyoom can kill a process with oom_score_adj=-1000 if the badness of all processes is zero. Is it true? Is it OK?
The text was updated successfully, but these errors were encountered:
Yes that could happen. Unlikely, but still. I think I will add a check for that.
Sorry, something went wrong.
Would you make a release after closing this issue?
Suggestion: skip processes with oom_score_adj <= -900 when selecting a victim.
3aa0ebe
No branches or pull requests
earlyoom can kill a process with oom_score_adj=-1000 if the badness of all processes is zero. Is it true? Is it OK?
The text was updated successfully, but these errors were encountered: