]> bbs.cooldavid.org Git - net-next-2.6.git/commit - mm/oom_kill.c
oom: enable oom tasklist dump by default
authorDavid Rientjes <rientjes@google.com>
Tue, 10 Aug 2010 00:18:53 +0000 (17:18 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
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 <rientjes@google.com>
Acked-by: KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com>
Cc: KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Documentation/sysctl/vm.txt
mm/oom_kill.c