Date: Wed, 21 Oct 1998 18:18:56 +0100 From: Ben Smithurst <ben@scientia.demon.co.uk> To: Jacques Hugo <jacques@ctech.ac.za> Cc: questions@FreeBSD.ORG Subject: Re: kernel log messages Message-ID: <19981021181856.A440@scientia.demon.co.uk> In-Reply-To: <362DB2A3.167EB0E7@wired.ctech.ac.za> References: <362DB2A3.167EB0E7@wired.ctech.ac.za>
next in thread | previous in thread | raw e-mail | index | archive | help
Jacques Hugo wrote: > > file: table is full > > file: table is full > [repeats about 50 times] > > Is this some kernel table thats filling up, in fact, > what kernel table (routing, arp, ?) I couldn't swear to it, but I think that means you've got too many files open at once, or something. (I used to see that, and `proc: table is full'.) Try increasing MAXUSERS in your kernel config and see if that helps. (Mine works nicely with MAXUSERS=64). If you read /sys/conf/param.h, you'll see how the max processes and open files are related to MAXUSERS. -- Ben Smithurst ben@scientia.demon.co.uk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19981021181856.A440>