From owner-freebsd-hackers Mon Dec 9 10:11:30 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id KAA19397 for hackers-outgoing; Mon, 9 Dec 1996 10:11:30 -0800 (PST) Received: from super-g.inch.com (spork@super-g.com [204.178.32.161]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id KAA19390 for ; Mon, 9 Dec 1996 10:11:26 -0800 (PST) Received: from localhost (spork@localhost) by super-g.inch.com (8.7.6/8.6.9) with SMTP id NAA02193; Mon, 9 Dec 1996 13:04:06 -0500 Date: Mon, 9 Dec 1996 12:04:05 -0600 (CST) From: "S(pork)" X-Sender: spork@super-g.inch.com To: michael butler cc: Jason Fesler , hackers@freebsd.org Subject: Re: Apache and huge numbers of IP's.. In-Reply-To: <199612080202.NAA26188@asstdc.scgt.oz.au> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk This is an interesting question; a while back I posted something similar and everyone agreed "maxusers" set to a high value would take care of max processes and max open files... However, in setting up a medium duty (2G/Day) dedicated webserver, I was running out of processes with maxusers at 200. When I re-compiled the kernel with params like those below, all was well. Could someone clarify? I'll be building another big machine (news) soon, and I will be dealing with the same issue. Thanks, Charles On Sun, 8 Dec 1996, michael butler wrote: > The number of file handles available is related to the maxusers config > parameter. If you wish to alter that without affecting the other table > sizes, you can add something like this to your config file .. > > options "CHILD_MAX=512" > options "OPEN_MAX=512" [snip] > michael >