rfjakob / earlyoom

earlyoom - Early OOM Daemon for Linux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove or change -p option

hakavlad opened this issue · comments

oom_score_adj=-1000 is dangerous in any case. If If a leak occurs in such a process, then this process will always be alive, and all other processes will be killed.

oom_score_adj=-100 is absolutely enough for this option.

See also nefelim4ag/Ananicy#177

Agreed, -100 is enough.