Re: [PATCH] oom: skip frozen tasks

From: David Rientjes
Date: Wed Aug 24 2011 - 15:31:37 EST


On Wed, 24 Aug 2011, Michal Hocko wrote:

> When we are in the global OOM condition then you are right, we have a
> higher chance to panic. I still find the patch an improvement because
> encountering a frozen task and looping over it without any progress
> (even though there are other tasks that could be killed) is more
> probable than having no killable task at all.
> On non-NUMA machines there is even not a big chance that somebody would
> be able to thaw a task as the system is already on knees.
>

That's obviously false since we call oom_killer_disable() in
freeze_processes() to disable the oom killer from ever being called in the
first place, so this is something you need to resolve with Rafael before
you cause more machines to panic.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/