From owner-freebsd-questions@FreeBSD.ORG Sun Jan 2 18:09:04 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DCA1016A4CE for ; Sun, 2 Jan 2005 18:09:04 +0000 (GMT) Received: from luzifer.incubus.de (incubus.de [80.237.207.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9592843D39 for ; Sun, 2 Jan 2005 18:09:04 +0000 (GMT) (envelope-from mkb@incubus.de) Received: from [192.168.2.10] (pD9E689E8.dip.t-dialin.net [217.230.137.232]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by luzifer.incubus.de (Postfix) with ESMTP id 45A572E68F for ; Sun, 2 Jan 2005 19:09:04 +0100 (CET) Message-ID: <41D838DF.4090106@incubus.de> Date: Sun, 02 Jan 2005 19:09:35 +0100 From: Matthias Buelow User-Agent: Mozilla Thunderbird 0.9 (X11/20041124) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <20050102091914.3D0B9114F1@mail.cypherpunks.to> <20050102101309.GA72018@xor.obsecurity.org> In-Reply-To: <20050102101309.GA72018@xor.obsecurity.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: kern.maxfiles formula? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jan 2005 18:09:05 -0000 Kris Kennaway wrote: > A truly enormous number :-) You just need to increase the value of > kern.maxfiles in /boot/loader.conf as appropriate for your workload. would it be possible to make this dynamically allocated in the future? imho, such limits are a bit anachronistic. mkb.