From owner-freebsd-stable Wed Nov 29 12:42:13 2000 Delivered-To: freebsd-stable@freebsd.org Received: from relay.nuxi.com (nuxi.cs.ucdavis.edu [169.237.7.38]) by hub.freebsd.org (Postfix) with ESMTP id 1363237B401 for ; Wed, 29 Nov 2000 12:42:11 -0800 (PST) Received: from dragon.nuxi.com (root@trang.nuxi.com [209.152.133.57]) by relay.nuxi.com (8.9.3/8.9.3) with ESMTP id MAA79987; Wed, 29 Nov 2000 12:42:09 -0800 (PST) (envelope-from obrien@NUXI.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.1/8.11.1) id eATKg7489086; Wed, 29 Nov 2000 12:42:07 -0800 (PST) (envelope-from obrien) Date: Wed, 29 Nov 2000 12:42:07 -0800 From: "David O'Brien" To: "'Chris Stenton '" , "'freebsd-stable@FreeBSD.ORG '" Subject: Re: file: table is full Message-ID: <20001129124207.B88921@dragon.nuxi.com> Reply-To: stable@FreeBSD.ORG References: <9F36E367710D474E9806AA393FE737FB019EDA@resnetnt.resnet.uconn.edu> <200011291710.eATHAPF30134@mass.osd.bsdi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200011291710.eATHAPF30134@mass.osd.bsdi.com>; from msmith@freebsd.org on Wed, Nov 29, 2000 at 09:10:25AM -0800 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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