From owner-freebsd-questions Fri Jul 24 13:37:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA24132 for freebsd-questions-outgoing; Fri, 24 Jul 1998 13:37:40 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from lionking.org (btman@blacker-99.caltech.edu [131.215.86.99]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA24127 for ; Fri, 24 Jul 1998 13:37:36 -0700 (PDT) (envelope-from btman@ugcs.caltech.edu) Received: from localhost (btman@localhost) by lionking.org (8.9.1/8.9.1) with SMTP id NAA18394 for ; Fri, 24 Jul 1998 13:37:13 -0700 (PDT) X-Authentication-Warning: lionking.org: btman owned process doing -bs Date: Fri, 24 Jul 1998 13:37:13 -0700 (PDT) From: Brian Tiemann X-Sender: btman@lionking.org To: freebsd-questions@FreeBSD.ORG Subject: Re: Problems with process limits In-Reply-To: <199807241953.MAA25869@beaufort.sfu.ca> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 24 Jul 1998, Paul Wolstenholme wrote: > I'm no expert on this but I think you may have to recompile your kernel > and increase the maxuser settings. I believe you may also want to tweek > you apache settings (if that's what your using). I believe there is an > FAQ on optimizing high load servers. I did that, yes... I had recompiled the kernel already according to that Apache FAQ section before going live with this machine. Here's my config: machine "i386" cpu "I386_CPU" cpu "I486_CPU" cpu "I586_CPU" cpu "I686_CPU" ident LIONKING maxusers 256 options MATH_EMULATE #Support for x87 emulation options INET #InterNETworking options FFS #Berkeley Fast Filesystem options NFS #Network Filesystem options MSDOSFS #MSDOS Filesystem options "CD9660" #ISO 9660 Filesystem options PROCFS #Process filesystem options "COMPAT_43" #Compatible with BSD 4.3 [KEEP THIS!] options SCSI_DELAY=15 #Be pessimistic about Joe SCSI device options BOUNCE_BUFFERS #include support for DMA bounce buffers options UCONSOLE #Allow users to grab the console options FAILSAFE #Be conservative options USERCONFIG #boot -c editor options VISUAL_USERCONFIG #visual boot -c editor #options MAXMEM=130048 # no longer needed #options SOMAXCONN=256 # max pending connects options NMBCLUSTERS=4096 # mbuf clusters at 4096 options CHILD_MAX=512 # maximum number of child processes options OPEN_MAX=768 # maximum fds (breaks RPC svcs) I had commented out SOMAXCONN for some reason; that wouldn't have an effect on this, would it? Brian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message