rfjakob / earlyoom

earlyoom - Early OOM Daemon for Linux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

earlyoom can kill a process with oom_score_adj=-1000

hakavlad opened this issue · comments

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?

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

Would you make a release after closing this issue?

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