From owner-freebsd-doc@FreeBSD.ORG Tue Jul 18 07:40:25 2006 Return-Path: X-Original-To: freebsd-doc@hub.freebsd.org Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 33FE316A4DE for ; Tue, 18 Jul 2006 07:40:25 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 44A1843D58 for ; Tue, 18 Jul 2006 07:40:18 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k6I7eIb2084006 for ; Tue, 18 Jul 2006 07:40:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k6I7eIOu084005; Tue, 18 Jul 2006 07:40:18 GMT (envelope-from gnats) Date: Tue, 18 Jul 2006 07:40:18 GMT Message-Id: <200607180740.k6I7eIOu084005@freefall.freebsd.org> To: freebsd-doc@FreeBSD.org From: Dmitry Morozovsky Cc: Subject: Re: docs/100427: remove mention of NMBCLUSTERS from loader docs X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Dmitry Morozovsky List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Jul 2006 07:40:25 -0000 The following reply was made to PR docs/100427; it has been noted by GNATS. From: Dmitry Morozovsky To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: Re: docs/100427: remove mention of NMBCLUSTERS from loader docs Date: Tue, 18 Jul 2006 11:33:00 +0400 (MSD) On Mon, 17 Jul 2006, Poul-Henning Kamp wrote: PK> >Description: PK> Loader docs still talk about NMBCLUSTERS which has been replaced PK> by something else What about the following patch? Index: sys/boot/common/help.common =================================================================== RCS file: /home/ncvs/src/sys/boot/common/help.common,v retrieving revision 1.41 diff -u -r1.41 help.common --- sys/boot/common/help.common 22 Sep 2005 15:06:57 -0000 1.41 +++ sys/boot/common/help.common 18 Jul 2006 07:32:04 -0000 @@ -294,7 +294,7 @@ Various kernel tunable parameters can be overridden by specifying new values in the environment. - set kern.ipc.nmbclusters= NMBCLUSTERS + set kern.ipc.nmbclusters= Set the number of mbuf clusters to be allocated. The value cannot be set below the default determined when the kernel Index: sys/boot/common/loader.8 =================================================================== RCS file: /home/ncvs/src/sys/boot/common/loader.8,v retrieving revision 1.85 diff -u -r1.85 loader.8 --- sys/boot/common/loader.8 12 May 2006 04:09:52 -0000 1.85 +++ sys/boot/common/loader.8 18 Jul 2006 07:32:04 -0000 @@ -509,8 +509,6 @@ Set the number of mbuf clusters to be allocated. The value cannot be set below the default determined when the kernel was compiled. -Modifies -.Dv NMBCLUSTERS . .It Va kern.ipc.nsfbufs Set the number of .Xr sendfile 2 @@ -534,7 +532,7 @@ this parameter if you need to greatly extend the KVM reservation for other resources such as the buffer cache or -.Dv NMBCLUSTERS . +.Dv kern.ipc.nmbclusters . Modifies .Dv VM_SWZONE_SIZE_MAX . .It Va kern.maxbcache @@ -547,7 +545,7 @@ Only mess around with this parameter if you need to greatly extend the KVM reservation for other resources such as the swap zone or -.Dv NMBCLUSTERS . +.Dv kern.ipc.nmbclusters . Note that the NBUF parameter will override this limit. Modifies