From owner-freebsd-questions Sat Mar 16 23:43:28 2002 Delivered-To: freebsd-questions@freebsd.org Received: from root.com (nexus.root.com [209.102.106.178]) by hub.freebsd.org (Postfix) with ESMTP id 661B937B425 for ; Sat, 16 Mar 2002 23:43:21 -0800 (PST) Received: (from dg@localhost) by root.com (8.11.2/8.11.2) id g2H7i2A54482; Sat, 16 Mar 2002 23:44:02 -0800 (PST) (envelope-from dg) Date: Sat, 16 Mar 2002 23:44:02 -0800 From: David Greenman To: Steven Lake Cc: freebsd-questions@FreeBSD.ORG Subject: Re: PID's at max, what next?? Message-ID: <20020316234402.G46010@nexus.root.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: ; from raiden@shell.core.com on Sat, Mar 16, 2002 at 10:29:23PM -0600 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 > Ok, this is a curiousity question. But when your server reaches >it's maximum number of allowed PID's, what does it do? I've never had one >reach its maximum number of PID's, so I have never seen what happens >after that. So I'm just curious. Thanks. Do you mean the maximum number of processes or do you mean the process ID number gets to 99999? In the first case (max process limit), you get an error that says "proc: table is full", but the system continues to run (except that no more processes can be created). In the second case when the process ID number reaches 99999, it just wraps around to the first available number after 100. -DG David Greenman Co-founder, The FreeBSD Project - http://www.freebsd.org President, TeraSolutions, Inc. - http://www.terasolutions.com President, Download Technologies, Inc. - http://www.downloadtech.com Pave the road of life with opportunities. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message