From owner-freebsd-hackers Fri Dec 8 16:04:53 1995 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA05337 for hackers-outgoing; Fri, 8 Dec 1995 16:04:53 -0800 (PST) Received: from time.cdrom.com (time.cdrom.com [192.216.222.226]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id QAA05322 for ; Fri, 8 Dec 1995 16:04:46 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by time.cdrom.com (8.6.12/8.6.9) with SMTP id QAA00181; Fri, 8 Dec 1995 16:03:35 -0800 To: Joe McGuckin cc: hackers@freebsd.org In-reply-to: Your message of "Fri, 08 Dec 1995 14:52:04 PST." <199512082252.OAA07846@ns.via.net> Date: Fri, 08 Dec 1995 16:03:35 -0800 Message-ID: <179.818467415@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-hackers@freebsd.org Precedence: bulk Look in /sys/i386/conf/LINT - you'll find the various parameters described in more detail there. In particular, see CHILD_MAX. Jordan > > I have a 100MHZ pentium that I use as a web and FTP server. Recently > we've been seeing Apache complaining about "can't spawn process". After > making it print out errno from the failing fork(), we're getting EAGAIN. > > I make a kernel with maxusers == 50 thinking that this would solve my problem