summaryrefslogtreecommitdiffstats
path: root/Documentation/sysctl/vm.txt
diff options
context:
space:
mode:
authorDavid Rientjes2010-08-10 02:18:53 +0200
committerLinus Torvalds2010-08-10 05:44:56 +0200
commitad915c432eccb482427c1bbd77c74e6f7bfe60b3 (patch)
treed93b536c48773527c8ae0312d6dcf45d57dd1b89 /Documentation/sysctl/vm.txt
parentoom: select task from tasklist for mempolicy ooms (diff)
downloadkernel-qcow2-linux-ad915c432eccb482427c1bbd77c74e6f7bfe60b3.tar.gz
kernel-qcow2-linux-ad915c432eccb482427c1bbd77c74e6f7bfe60b3.tar.xz
kernel-qcow2-linux-ad915c432eccb482427c1bbd77c74e6f7bfe60b3.zip
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>
Diffstat (limited to 'Documentation/sysctl/vm.txt')
-rw-r--r--Documentation/sysctl/vm.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/sysctl/vm.txt b/Documentation/sysctl/vm.txt
index 82b2da18c45d..b606c2c4dd37 100644
--- a/Documentation/sysctl/vm.txt
+++ b/Documentation/sysctl/vm.txt
@@ -511,7 +511,7 @@ information may not be desired.
If this is set to non-zero, this information is shown whenever the
OOM killer actually kills a memory-hogging task.
-The default value is 0.
+The default value is 1 (enabled).
==============================================================