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

earlyoom can kill a process with oom_score_adj=-1000 #210

Closed
hakavlad opened this issue Jul 1, 2020 · 2 comments
Closed

earlyoom can kill a process with oom_score_adj=-1000 #210

hakavlad opened this issue Jul 1, 2020 · 2 comments

Comments

@hakavlad
Copy link
Contributor

hakavlad commented Jul 1, 2020

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?

@rfjakob
Copy link
Owner

rfjakob commented Jul 2, 2020

Yes that could happen. Unlikely, but still. I think I will add a check for that.

@hakavlad
Copy link
Contributor Author

hakavlad commented Jul 4, 2020

Would you make a release after closing this issue?

Suggestion: skip processes with oom_score_adj <= -900 when selecting a victim.

@rfjakob rfjakob closed this as completed in 3aa0ebe Jul 7, 2020
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