From owner-freebsd-doc@FreeBSD.ORG Sat Sep 24 12:20:22 2005 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 DF8AA16A41F for ; Sat, 24 Sep 2005 12:20:22 +0000 (GMT) (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 B3F0143D48 for ; Sat, 24 Sep 2005 12:20:22 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j8OCKMH5072875 for ; Sat, 24 Sep 2005 12:20:22 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j8OCKMmA072874; Sat, 24 Sep 2005 12:20:22 GMT (envelope-from gnats) Date: Sat, 24 Sep 2005 12:20:22 GMT Message-Id: <200509241220.j8OCKMmA072874@freefall.freebsd.org> To: freebsd-doc@FreeBSD.org From: Daniel Gerzo Cc: Subject: Re: docs/85733: FAQ should point to /boot/loader.conf for changing kern.maxproc X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Daniel Gerzo List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Sep 2005 12:20:23 -0000 The following reply was made to PR docs/85733; it has been noted by GNATS. From: Daniel Gerzo To: bug-followup@FreeBSD.org, B.Candler@pobox.com Cc: Subject: Re: docs/85733: FAQ should point to /boot/loader.conf for changing kern.maxproc Date: Sat, 24 Sep 2005 14:13:26 +0200 I think this should be proper diff: --- book.sgml.orig Sat Sep 24 12:58:51 2005 +++ book.sgml Sat Sep 24 14:09:07 2005 @@ -3313,8 +3313,12 @@ If your machine is lightly loaded, and you are simply running a very large number of processes, you can adjust - this with the kern.maxproc sysctl. If - these processes are being run by a single user, you will + this with the kern.maxproc tunable. If + you want to adjust this tunable, you will need to set this + in /boot/loader.conf and reboot. For + more information about tuning tunables, you should see the + &man.loader.conf.5; and &man.sysctl.conf.5; manual pages. + If these processes are being run by a single user, you will also need to adjust kern.maxprocperuid to be one less than your new kern.maxproc value. (It must be at @@ -3322,9 +3326,10 @@ must always be running.) To make a sysctl permanent across reboots, set this in - /etc/sysctl.conf in recent versions - of FreeBSD, or /etc/rc.local in older - versions. + /etc/sysctl.conf. More information + about tuning with sysctl can be found at Tuning + with sysctl section of the Handbook. -- Sincerely, Daniel Gerzo