From owner-freebsd-questions Tue Nov 28 05:38:52 1995 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id FAA06045 for questions-outgoing; Tue, 28 Nov 1995 05:38:52 -0800 Received: from Root.COM (implode.Root.COM [198.145.90.17]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id FAA06039 for ; Tue, 28 Nov 1995 05:38:50 -0800 Received: from corbin.Root.COM (corbin [198.145.90.50]) by Root.COM (8.6.12/8.6.5) with ESMTP id FAA12145; Tue, 28 Nov 1995 05:38:54 -0800 Received: from localhost (localhost [127.0.0.1]) by corbin.Root.COM (8.6.12/8.6.5) with SMTP id FAA00238; Tue, 28 Nov 1995 05:37:08 -0800 Message-Id: <199511281337.FAA00238@corbin.Root.COM> To: Jason Wright cc: freebsd-questions@freebsd.org Subject: Re: File table full In-reply-to: Your message of "Mon, 27 Nov 95 18:37:59 EST." <199511272338.SAA05245@postgres95.vnet.net> From: David Greenman Reply-To: davidg@Root.COM Date: Tue, 28 Nov 1995 05:37:07 -0800 Sender: owner-questions@freebsd.org Precedence: bulk >>From time to time I get a message from the kernel that "fill table is full". >I checked the system config (1000 files) and all seemed ok, but the message >still shows up from time to time. > >I'm using the FreeBSD box mainly as a mail server (recently switched from >Linux) and I'm running 2.1.0-RELEASE. Any thoughts would be appreciated. The size of the file table is based on 'maxusers' in your kernel config file. Try increasing that number to a suitable value. -DG