From owner-freebsd-questions Thu May 9 17:21:03 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA13313 for questions-outgoing; Thu, 9 May 1996 17:21:03 -0700 (PDT) Received: from dyslexic.phoenix.net (dyslexic.phoenix.net [199.3.233.7]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id RAA13282 for ; Thu, 9 May 1996 17:20:57 -0700 (PDT) Received: (from gemohler@localhost) by dyslexic.phoenix.net (8.7.5/8.6.12) id TAA04627; Thu, 9 May 1996 19:20:35 -0500 (CDT) Date: Thu, 9 May 1996 19:20:33 -0500 (CDT) From: Geoff Mohler To: "John A. Booth" cc: questions@freebsd.org Subject: Re: IRC Server In-Reply-To: <199605091743.MAA26670@ulantris.infinop.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Thu, 9 May 1996, John A. Booth wrote: > > > > We are setting up an IRC server..and when in a load test, the ircd > > crashes at 260 connections regurally. > > > > Does anyone have any expereince with ircd and 2.1 freebsd. > Doing a limit in tcsh gives this. > See if your descriptors are only set to 256, this could give > that behaviour. > > (output from limit on my machine). > cputime unlimited > filesize unlimited > datasize 65536 kbytes > stacksize 8192 kbytes > coredumpsize unlimited > memoryuse 11316 kbytes > descriptors 128 > memorylocked 7546 kbytes > maxproc 128 Nope..changed that and some code as well. The DALnet irc server runs 500+ on a small 486, and on the P166 with 64Mb, it crashes at exactly 256 clients. Please..anyone with any ideas..im open. PS: What happened to the ircd port?? Its still listed as a package. G