Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Jan 2011 12:15:21 +0000 (UTC)
From:      Sergey Kandaurov <pluknet@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r217689 - head/sys/boot/forth
Message-ID:  <201101211215.p0LCFLdl051844@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201101211215.p0LCFLdl051844>