svn commit: r204594 - head/sys/conf

Alfred Perlstein alfred at FreeBSD.org
Tue Mar 2 18:42:30 UTC 2010


Author: alfred
Date: Tue Mar  2 18:42:29 2010
New Revision: 204594
URL: http://svn.freebsd.org/changeset/base/204594

Log:
  include COMPRESS_USER_CORES and gzio in NOTES.
  
  Requested by: Niclas Zeising

Modified:
  head/sys/conf/NOTES

Modified: head/sys/conf/NOTES
==============================================================================
--- head/sys/conf/NOTES	Tue Mar  2 18:41:20 2010	(r204593)
+++ head/sys/conf/NOTES	Tue Mar  2 18:42:29 2010	(r204594)
@@ -2816,6 +2816,11 @@ options 	SHMMNI=33
 # a single process at one time.
 options 	SHMSEG=9
 
+# Compress user core dumps.
+options		COMPRESS_USER_CORES
+# required to compress file output from kernel for COMPRESS_USER_CORES.
+device		gzio	    
+
 # Set the amount of time (in seconds) the system will wait before
 # rebooting automatically when a kernel panic occurs.  If set to (-1),
 # the system will wait indefinitely until a key is pressed on the


More information about the svn-src-all mailing list