From owner-freebsd-current Tue Mar 4 11:11:11 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id LAA08481 for current-outgoing; Tue, 4 Mar 1997 11:11:11 -0800 (PST) Received: from rocky.mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id LAA08475 for ; Tue, 4 Mar 1997 11:11:08 -0800 (PST) Received: (from nate@localhost) by rocky.mt.sri.com (8.7.5/8.7.3) id MAA00403; Tue, 4 Mar 1997 12:11:03 -0700 (MST) Date: Tue, 4 Mar 1997 12:11:03 -0700 (MST) Message-Id: <199703041911.MAA00403@rocky.mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: current@freebsd.org Subject: Upping the default # of processes in 2.2? Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk The login classes will allow me to do it in 3.0-current, but I need it in 2.2. I thought that adding the following lines of code to /etc/rc.local would work, but it doesn't. /usr/sbin/sysctl -w kern.maxproc=300 /usr/sbin/sysctl -w kern.maxprocperuid=299 I still run out of processes on my 'workstation', since it uses the default process limit of 40. Is there a sysctl I can change to modify this behavior? Should there be? Thanks! Nate