Date: Sat, 9 Oct 1999 14:12:23 -0700 (PDT) From: Kip Macy <kip@lyris.com> To: James Howard <howardjp@wam.umd.edu> Cc: freebsd-hackers@FreeBSD.ORG Subject: Re: file system full Message-ID: <Pine.SOL.4.05.9910091409050.15181-100000@luna> In-Reply-To: <Pine.GSO.4.10.9910090221330.16893-100000@rac9.wam.umd.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.SOL.4.05.9910091409050.15181-100000>