Messages in this thread |  | | Date | Mon, 25 Nov 2013 17:31:28 -0800 (PST) | From | David Rientjes <> | Subject | Re: user defined OOM policies |
| |
On Thu, 21 Nov 2013, Jörn Engel wrote:
> One ancient option I sometime miss was this: > - Kill the biggest process. >
That's what both the system and memcg oom killer currently do unless you change how "biggest process" is defined with /proc/pid/oom_score_adj. The goal is the kill a single process with the highest rss to avoid having to kill many different processes. |  |