SVN: rc-scripts/trunk/sysctl.conf

glen glen at pld-linux.org
Mon Dec 18 22:28:50 CET 2006


Author: glen
Date: Mon Dec 18 22:28:49 2006
New Revision: 8111

Modified:
   rc-scripts/trunk/sysctl.conf
Log:
Add kernel.core_uses_pid

Modified: rc-scripts/trunk/sysctl.conf
==============================================================================
--- rc-scripts/trunk/sysctl.conf	(original)
+++ rc-scripts/trunk/sysctl.conf	Mon Dec 18 22:28:49 2006
@@ -127,6 +127,10 @@
 # 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
 


More information about the pld-cvs-commit mailing list