From owner-freebsd-questions Fri Jan 5 9:56: 2 2001 From owner-freebsd-questions@FreeBSD.ORG Fri Jan 5 09:56:00 2001 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from fw.wintelcom.net (ns1.wintelcom.net [209.1.153.20]) by hub.freebsd.org (Postfix) with ESMTP id 3E57B37B400 for ; Fri, 5 Jan 2001 09:56:00 -0800 (PST) Received: (from bright@localhost) by fw.wintelcom.net (8.10.0/8.10.0) id f05Htwn10372; Fri, 5 Jan 2001 09:55:58 -0800 (PST) Date: Fri, 5 Jan 2001 09:55:58 -0800 From: Alfred Perlstein To: Vincent Bruijnes Cc: freebsd-questions@FreeBSD.ORG Subject: Re: FreeBSD keeps crashing Message-ID: <20010105095557.C15744@fw.wintelcom.net> References: <20010105170612.B78892@d9168.upc-d.chello.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from bruijnes@xs4all.nl on Fri, Jan 05, 2001 at 06:23:52PM +0100 Sender: bright@fw.wintelcom.net Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * Vincent Bruijnes [010105 09:29] wrote: > the lsof you gave me, gives me the following output: > > office# /usr/local/sbin/lsof | awk '{ print $1 }' | uniq -c | sort -n > 1 COMMAND > 2 bufdaemon > 2 pagedaemo > 2 swapper > 2 syncer [snip] > 187 eggdrop > 252 httpd > 262 eggdrop-1 > 781 eggdrop-1 Ouch! > > I know it's much, and I've put the maxusers to 512 and hope it helps, > is there anything more i can do? man 5 login.conf should explain how you can limit the amount of fd's/memory and processes available to each user. But upping maxusers should help. -Alfred To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message