From owner-freebsd-doc Sun Dec 16 8:10: 6 2001 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4166137B41C for ; Sun, 16 Dec 2001 08:10:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBGGA1l35170; Sun, 16 Dec 2001 08:10:01 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D025537B419 for ; Sun, 16 Dec 2001 08:05:21 -0800 (PST) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBGG5LJ34279; Sun, 16 Dec 2001 08:05:21 -0800 (PST) (envelope-from nobody) Message-Id: <200112161605.fBGG5LJ34279@freefall.freebsd.org> Date: Sun, 16 Dec 2001 08:05:21 -0800 (PST) From: Hiten Pandya To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: docs/32904: [PATCH] - add kern.maxusers to loader(8) man page Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 32904 >Category: docs >Synopsis: [PATCH] - add kern.maxusers to loader(8) man page >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Sun Dec 16 08:10:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Hiten Pandya >Release: 5.0-CURRENT >Organization: >Environment: FreeBSD hpdi.ath.cx 5.0-CURRENT FreeBSD 5.0-CURRENT #1: Wed Dec 12 00:34:45 GMT 2001 hitenp@hpdi.ath.cx:/usr/obj/data/dev/src/sys/CURRENT5 i386 >Description: The loader(8) man page is missing the kern.maxusers tunable information. The topic was originally raised when rwatson was making corrections to the tuning(7) man page. I am attaching a patch, which will add this tunable information to the loader(8) man page, which will make it clear for people that kern.maxusers can be set at boot time. >How-To-Repeat: Visit the loader(8) man page, and you will notice kern.maxusers is missing. :-) >Fix: *** loader.8.old Fri Dec 7 09:04:51 2001 --- loader.8 Fri Dec 7 09:04:59 2001 *************** *** 397,402 **** --- 397,411 ---- Other variables are used to override kernel tunable parameters. The following tunables are available: .Bl -tag -width Va + .It Va kern.maxusers + Sets the static sizing number of the internal + systems table. The tunable defaults to a very + low value. We recommend modifying the value + for this tunable to (default: 32) 64, 128 or + 256. Please do not assign a value higher + than 256 unless you need a huge amount of file + descriptors. Modifies kernel config(8) + .Va maxusers . .It Va kern.ipc.nmbclusters Set the number of mbuf clusters to be allocated. The value cannot be set below the default >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message