Re: [RFC PATCH] mm, oom: disable dump_tasks by default

From: Tetsuo Handa
Date: Tue Sep 03 2019 - 16:53:37 EST


On 2019/09/03 23:45, Michal Hocko wrote:
> It's primary purpose is
> to help analyse oom victim selection decision.

I disagree, for I use the process list for understanding what / how many
processes are consuming what kind of memory (without crashing the system)
for anomaly detection purpose. Although we can't dump memory consumed by
e.g. file descriptors, disabling dump_tasks() loose that clue, and is
problematic for me.