From owner-freebsd-hackers Sat Oct 9 14:16:36 1999 Delivered-To: freebsd-hackers@freebsd.org Received: from luna.lyris.net (luna.shelby.com [207.90.155.6]) by hub.freebsd.org (Postfix) with ESMTP id C7774150D0 for ; Sat, 9 Oct 1999 14:16:29 -0700 (PDT) (envelope-from kip@lyris.com) Received: from luna.shelby.com by luna.lyris.net (8.9.1b+Sun/SMI-SVR4) id OAA15355; Sat, 9 Oct 1999 14:12:23 -0700 (PDT) Received: from (luna.shelby.com [207.90.155.6]) by luna.shelby.com with SMTP (MailShield v1.50); Sat, 09 Oct 1999 14:12:23 -0700 Date: Sat, 9 Oct 1999 14:12:23 -0700 (PDT) From: Kip Macy X-Sender: kip@luna To: James Howard Cc: freebsd-hackers@FreeBSD.ORG Subject: Re: file system full In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SMTP-HELO: luna X-SMTP-MAIL-FROM: kip@lyris.com X-SMTP-RCPT-TO: howardjp@wam.umd.edu,freebsd-hackers@FreeBSD.ORG X-SMTP-PEER-INFO: luna.shelby.com [207.90.155.6] Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Assuming its descriptor usage is bounded, i.e. it is not leaking descriptors, you can solve the problem by using sysctl to raise the max files and max files per process. -Kip On Sat, 9 Oct 1999, James Howard wrote: > On Fri, 8 Oct 1999, Chris Costello wrote: > > > Too many open file descriptors. This has nothing to do with > > the file system. > > Is there anyway this can be gotten around? A friend has a mail server > that will spontaneously do this then crash. > > Jamie > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-hackers" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message