Date: Wed, 29 Nov 2000 12:42:07 -0800 From: "David O'Brien" <obrien@FreeBSD.ORG> To: "'Chris Stenton '" <jacs@gnome.co.uk>, "'freebsd-stable@FreeBSD.ORG '" <freebsd-stable@FreeBSD.ORG> Subject: Re: file: table is full Message-ID: <20001129124207.B88921@dragon.nuxi.com> In-Reply-To: <200011291710.eATHAPF30134@mass.osd.bsdi.com>; from msmith@freebsd.org on Wed, Nov 29, 2000 at 09:10:25AM -0800 References: <9F36E367710D474E9806AA393FE737FB019EDA@resnetnt.resnet.uconn.edu> <200011291710.eATHAPF30134@mass.osd.bsdi.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Nov 29, 2000 at 09:10:25AM -0800, Mike Smith wrote: > If 'maxusers' is less than 128, bump that up first. Then you can try > defining MAXFILES in your config file if you still hit the limit; check > the output of 'sysctl kern.maxfiles' to find what it's currently at. You can also do it dyanmically by: root# /sbin/sysctl -w kern.maxfiles=2048 root# /sbin/sysctl -w kern.maxfilesperproc=1024 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20001129124207.B88921>