Re: [PATCH 2/9] mm, oom: introduce oom reaper

2016-03-22 Thread Hugh Dickins
On Tue, 22 Mar 2016, Andrew Morton wrote: > On Tue, 22 Mar 2016 12:00:19 +0100 Michal Hocko wrote: > > > This is based on the idea from Mel Gorman discussed during LSFMM 2015 and > > independently brought up by Oleg Nesterov. > > What happened to oom-reaper-handle-mlocked-pages.patch? I have it

Re: [PATCH 2/9] mm, oom: introduce oom reaper

2016-03-22 Thread Andrew Morton
On Tue, 22 Mar 2016 12:00:19 +0100 Michal Hocko wrote: > This is based on the idea from Mel Gorman discussed during LSFMM 2015 and > independently brought up by Oleg Nesterov. What happened to oom-reaper-handle-mlocked-pages.patch? I have it in -mm but I don't see it in this v6. From: Michal

[PATCH 2/9] mm, oom: introduce oom reaper

2016-03-22 Thread Michal Hocko
From: Michal Hocko This is based on the idea from Mel Gorman discussed during LSFMM 2015 and independently brought up by Oleg Nesterov. The OOM killer currently allows to kill only a single task in a good hope that the task will terminate in a reasonable time and frees up its memory. Such a tas