From owner-freebsd-current Fri May 26 18:44:49 1995 Return-Path: current-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id SAA07765 for current-outgoing; Fri, 26 May 1995 18:44:49 -0700 Received: from haven.uniserve.com (haven.uniserve.com [198.53.215.121]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id SAA07754 for ; Fri, 26 May 1995 18:44:38 -0700 Received: by haven.uniserve.com id <216>; Fri, 26 May 1995 18:59:46 -0700 Date: Fri, 26 May 1995 18:59:31 -0700 (PDT) From: Tom Samplonius To: "Alok K. Dhir" cc: David Greenman , current@FreeBSD.org Subject: Re: "mb_map full" ? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: current-owner@FreeBSD.org Precedence: bulk On Fri, 26 May 1995, Alok K. Dhir wrote: > #for News servers > options "CHILD_MAX=128" > options "OPEN_MAX=128" > options "NMBCLUSTERS=512" > > And someone also mailed me a patch for INN which apparently seals up a > memory leak problem. > > I did all four things (applied patch and added above lines) and the > machine seems much more stable now. > > I am mailing because I am wondering whether you can offer advice as to > either additional kernel options I may need to optimize this machine's > uptime, or values for the above options which may be more appropriate. INN on FreeBSD seems to be susceptible to the select-loop bug in INN (innd starts using 100% CPU time). You may want to install that patch. The ports team may want to consider this patch as a standard FreeBSD patch for INN. Tom