]> Git Repo - linux.git/commit - mm/oom_kill.c
oom: enable oom tasklist dump by default
authorDavid Rientjes <[email protected]>
Tue, 10 Aug 2010 00:18:53 +0000 (17:18 -0700)
committerLinus Torvalds <[email protected]>
Tue, 10 Aug 2010 03:44:56 +0000 (20:44 -0700)
commitad915c432eccb482427c1bbd77c74e6f7bfe60b3
treed93b536c48773527c8ae0312d6dcf45d57dd1b89
parent6f48d0ebd907ae419387f27b602ee98870cfa7bb
oom: enable oom tasklist dump by default

The oom killer tasklist dump, enabled with the oom_dump_tasks sysctl, is
very helpful information in diagnosing why a user's task has been killed.
It emits useful information such as each eligible thread's memory usage
that can determine why the system is oom, so it should be enabled by
default.

Signed-off-by: David Rientjes <[email protected]>
Acked-by: KOSAKI Motohiro <[email protected]>
Cc: KAMEZAWA Hiroyuki <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Documentation/sysctl/vm.txt
mm/oom_kill.c
This page took 0.061904 seconds and 4 git commands to generate.