summaryrefslogtreecommitdiffstats
path: root/sys/boot
diff options
context:
space:
mode:
authorpluknet <pluknet@FreeBSD.org>2011-01-21 12:15:21 +0000
committerpluknet <pluknet@FreeBSD.org>2011-01-21 12:15:21 +0000
commit79462a26bc870796dde008e531d85a4ab7cbf7a7 (patch)
tree870068253595a256b7c0cba418ccc2eefc5606dc /sys/boot
parent5f536fc1d3dfb28e75a18d60bddcfacdf3f22617 (diff)
downloadFreeBSD-src-79462a26bc870796dde008e531d85a4ab7cbf7a7.zip
FreeBSD-src-79462a26bc870796dde008e531d85a4ab7cbf7a7.tar.gz
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)
Diffstat (limited to 'sys/boot')
-rw-r--r--sys/boot/forth/loader.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/forth/loader.conf b/sys/boot/forth/loader.conf
index 785c6a3..2999978 100644
--- a/sys/boot/forth/loader.conf
+++ b/sys/boot/forth/loader.conf
@@ -99,7 +99,7 @@ module_path="/boot/modules" # Set the module search path
#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
OpenPOWER on IntegriCloud