From owner-svn-src-all@FreeBSD.ORG Fri Jan 21 12:15:22 2011 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 055F11065670; Fri, 21 Jan 2011 12:15:22 +0000 (UTC) (envelope-from pluknet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id E8C858FC14; Fri, 21 Jan 2011 12:15:21 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id p0LCFLod051846; Fri, 21 Jan 2011 12:15:21 GMT (envelope-from pluknet@svn.freebsd.org) Received: (from pluknet@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id p0LCFLdl051844; Fri, 21 Jan 2011 12:15:21 GMT (envelope-from pluknet@svn.freebsd.org) Message-Id: <201101211215.p0LCFLdl051844@svn.freebsd.org> From: Sergey Kandaurov Date: Fri, 21 Jan 2011 12:15:21 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r217689 - head/sys/boot/forth X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Jan 2011 12:15:22 -0000 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 (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