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 _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
