From owner-freebsd-security Sat Jul 14 1:23:26 2001 Delivered-To: freebsd-security@freebsd.org Received: from kawoserv.kawo2.rwth-aachen.de (kawoserv.kawo2.RWTH-Aachen.DE [134.130.180.1]) by hub.freebsd.org (Postfix) with ESMTP id 1604637B401 for ; Sat, 14 Jul 2001 01:23:24 -0700 (PDT) (envelope-from alex@fump.kawo2.rwth-aachen.de) Received: from fump.kawo2.rwth-aachen.de (root@fump.kawo2.rwth-aachen.de [134.130.181.148]) by kawoserv.kawo2.rwth-aachen.de (8.9.3/8.9.3) with ESMTP id KAA10769; Sat, 14 Jul 2001 10:23:23 +0200 Received: (from alex@localhost) by fump.kawo2.rwth-aachen.de (8.11.3/8.11.3) id f6E8NnK94274; Sat, 14 Jul 2001 10:23:49 +0200 (CEST) (envelope-from alex) Date: Sat, 14 Jul 2001 10:23:49 +0200 From: Alexander Langer To: Scott Lambert Cc: freebsd-security@FreeBSD.ORG Subject: Re: /kernel: file: table is full Message-ID: <20010714102349.B94167@fump.kawo2.rwth-aachen.de> References: <200107132215.PAA25291@mail24.bigmailbox.com> <20010713152141.B42739@techometer.net> <20010713235931.B5133@laptop.lambertfam.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010713235931.B5133@laptop.lambertfam.org>; from lambert@lambertfam.org on Fri, Jul 13, 2001 at 11:59:31PM -0500 X-PGP-Fingerprint: 44 28 CA 4C 46 5B D3 A8 A8 E3 BA F3 4E 60 7D 7F X-PGP-at: finger alex@big.endian.de X-Verwirrung: Dieser Header dient der allgemeinen Verwirrung. Sender: owner-freebsd-security@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Thus spake Scott Lambert (lambert@lambertfam.org): > > Bump up the 'maxusers' config option in your kernel configuration file. > You could instead change the sysctls. They are adjustable at run time. maxusers also has effect on some other resource-limitation variables (e.g. network mbufs). If you run out of fds, you might also have problems with your mbufs. (?) Changing "maxusers" is a nice way if you don't want to set everything explicitely. I recommend reading tuning(7), it's great. (Thanks Matt!) Alex To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-security" in the body of the message