Date: Fri, 5 Jan 2001 09:55:58 -0800 From: Alfred Perlstein <bright@wintelcom.net> To: Vincent Bruijnes <bruijnes@xs4all.nl> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: FreeBSD keeps crashing Message-ID: <20010105095557.C15744@fw.wintelcom.net> In-Reply-To: <sm0c5t88aq151srbm91iq9u1e9j7aqfv76@4ax.com>; from bruijnes@xs4all.nl on Fri, Jan 05, 2001 at 06:23:52PM %2B0100 References: <20010105170612.B78892@d9168.upc-d.chello.nl> <sm0c5t88aq151srbm91iq9u1e9j7aqfv76@4ax.com>
next in thread | previous in thread | raw e-mail | index | archive | help
* Vincent Bruijnes <bruijnes@xs4all.nl> [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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010105095557.C15744>
