From owner-freebsd-questions Tue Feb 21 01:05:13 1995 Return-Path: questions-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id BAA12104 for questions-outgoing; Tue, 21 Feb 1995 01:05:13 -0800 Received: from belgarath.it.com.au (belgarath.it.com.au [203.8.116.3]) by freefall.cdrom.com (8.6.9/8.6.6) with SMTP id AAA11852 for ; Tue, 21 Feb 1995 00:46:59 -0800 Received: by belgarath.it.com.au (Smail3.1.29.1 #5) id m0rgnVO-00021R5; Tue, 21 Feb 95 13:51 WET Message-Id: Subject: Re: max num of user procs = 64 To: jake@ibmPCUG.CO.UK Date: Tue, 21 Feb 1995 13:51:25 +0800 (WST) From: "Stephen Darragh" Cc: freebsd-questions@freefall.cdrom.com In-Reply-To: <9502202112.aa12159@kate.ibmpcug.co.uk> from "jake@ibmPCUG.CO.UK" at Feb 20, 95 09:12:33 pm X-Mailer: ELM [version 2.4 PL23] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 404 Sender: questions-owner@FreeBSD.org Precedence: bulk > How do I increase the limit on the number of processes a user can run on the > system. In your compilation configuration file (the one you run the 'config' program on), add the line : options "CHILD_MAX=xxx" (xxx being the default number of processes you want per user parent process.) You probably should also increase the open files limit to go with this : options "OPEN_MAX=xxx" ... Stephen