svn commit: r217689 - head/sys/boot/forth

Sergey Kandaurov pluknet at FreeBSD.org
Fri Jan 21 12:15:22 UTC 2011


Author: pluknet
Date: Fri Jan 21 12:15:21 2011
New Revision: 217689
URL: http://svn.freebsd.org/changeset/base/217689

Log:
  Add kern.msgbufsize default setting to /boot/defaults/loader.conf.
  
  Suggested by:	Alex Kozlov <spam rm-rf.kiev.ua> (via private mail)
  Approved by:	kib (mentor)

Modified:
  head/sys/boot/forth/loader.conf

Modified: head/sys/boot/forth/loader.conf
==============================================================================
--- head/sys/boot/forth/loader.conf	Fri Jan 21 10:26:26 2011	(r217688)
+++ head/sys/boot/forth/loader.conf	Fri Jan 21 12:15:21 2011	(r217689)
@@ -99,7 +99,7 @@ module_path="/boot/modules"	# Set the mo
 #kern.maxswzone=""		# Set the max swmeta KVA storage
 #kern.maxtsiz=""		# Set the max text size
 #kern.maxusers="32"		# Set size of various static tables
-#kern.msgbufsize=""		# Set size of kernel message buffer
+#kern.msgbufsize="65536"	# Set size of kernel message buffer
 #kern.nbuf=""			# Set the number of buffer headers
 #kern.ncallout=""		# Set the maximum # of timer events
 #kern.ngroups="1023"		# Set the maximum # of supplemental groups


More information about the svn-src-head mailing list