Date: Tue, 14 Apr 1998 01:14:37 +0300 From: Ruslan Ermilov <ru@ucb.crimea.ua> To: questions@FreeBSD.ORG Subject: Re: HELP: /kernel: file: table is full Message-ID: <19980414011437.08162@ucb.crimea.ua> In-Reply-To: <Pine.BSF.3.96.980413150252.5663G-100000@gdi.uoregon.edu>; from Doug White on Mon, Apr 13, 1998 at 03:03:39PM -0700 References: <19980412222044.21511@ucb.crimea.ua> <Pine.BSF.3.96.980413150252.5663G-100000@gdi.uoregon.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Apr 13, 1998 at 03:03:39PM -0700, Doug White wrote: > On Sun, 12 Apr 1998, Ruslan Ermilov wrote: > > > Can I check a number of files opened by each process? > > I don't believe that I have 3240 files opened at a time. > > pstat -T may give some insight. > > For your error, you're probably running into the /etc/login.conf limits; > edit as necessary. I don't think so. According to falloc() from sys/kern/kern_descrip.c: if (nfiles >= maxfiles) { tablefull("file"); return (ENFILE); } where maxfiles is equal to: # sysctl kern.maxfiles kern.maxfiles: 3240 --or-- # pstat -T 172/3240 files 34M/95M swap space -- Ruslan Ermilov System Administrator ru@ucb.crimea.ua United Commercial Bank +380-652-247647 Simferopol, Crimea 2426679 ICQ Network, UIN 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?19980414011437.08162>