]> git.pld-linux.org Git - projects/rc-scripts.git/commitdiff
Add kernel.core_uses_pid
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 18 Dec 2006 21:28:49 +0000 (21:28 +0000)
committerElan Ruusamäe <glen@pld-linux.org>
Mon, 18 Dec 2006 21:28:49 +0000 (21:28 +0000)
svn-id: @8111

sysctl.conf

index 9f3a98e6d06534e0ef5527f8a881370df196dbdd..93cb9602badc43679e605fb8791cdf75c360207f 100644 (file)
@@ -127,6 +127,10 @@ net.ipv4.ip_local_port_range = 4096 61000
 # fs.file-max = 8192
 # fs.inode-max = 16384
 
+# Controls whether core dumps will append the PID to the core filename.
+# Useful for debugging multi-threaded applications.
+#kernel.core_uses_pid = 1
+
 # Enable the magic-sysrq key
 kernel.sysrq = 1
 
This page took 0.398004 seconds and 4 git commands to generate.