From owner-freebsd-questions Fri Jun 29 12:28: 4 2001 Delivered-To: freebsd-questions@freebsd.org Received: from shumai.marcuscom.com (rdu26-228-058.nc.rr.com [66.26.228.58]) by hub.freebsd.org (Postfix) with ESMTP id 194C837B405 for ; Fri, 29 Jun 2001 12:28:01 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from localhost (marcus@localhost) by shumai.marcuscom.com (8.11.3/8.11.3) with ESMTP id f5TJSE400876; Fri, 29 Jun 2001 15:28:14 -0400 (EDT) (envelope-from marcus@marcuscom.com) X-Authentication-Warning: shumai.marcuscom.com: marcus owned process doing -bs Date: Fri, 29 Jun 2001 15:28:14 -0400 (EDT) From: Joe Clarke To: Len Conrad Cc: Subject: Re: increasing kern.maxproc In-Reply-To: <5.1.0.14.0.20010629205316.029bac00@mail.Go2France.com> Message-ID: <20010629152528.W803-100000@shumai.marcuscom.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=X-UNKNOWN Content-Transfer-Encoding: QUOTED-PRINTABLE Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kern.maxproc cannot be changed. It is a read-only variable. If you need to up this, change the maxusers option in your kernel config, and recompile. For my busy systems, I up maxusers to 256 which gives me 4116 maxproc's. You should decide what works for you. maxprocperuid can be changed via sysctl. It's allowable values are < maxproc. It's best you put this in your /etc/sysctl.conf file. e.g.: kern.maxprocperuid=3D999 Joe Clarke On Fri, 29 Jun 2001, Len Conrad wrote: > Where does one do it? > > mgw1# sysctl -a | grep maxproc > kern.maxproc: 532 > kern.maxprocperuid: 531 > > /boot/loader.conf > kern.maxproc=3D"1000" > kern.maxprocperuid=3D"1000" > > doesn=B4t work. > > Len > > > http://MenAndMice.com/DNS-training > http://BIND8NT.MEIway.com : ISC BIND 8.2.4 for NT4 & W2K > http://IMGate.MEIway.com : Build free, hi-perf, anti-abuse mail gateways > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message