From owner-freebsd-isp@FreeBSD.ORG Fri Jan 13 14:34:44 2006 Return-Path: X-Original-To: freebsd-isp@freebsd.org Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 54AF116A41F for ; Fri, 13 Jan 2006 14:34:44 +0000 (GMT) (envelope-from mark@gaiahost.coop) Received: from biodiesel.gaiahost.coop (biodiesel.gaiahost.coop [64.95.78.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id B224E43D48 for ; Fri, 13 Jan 2006 14:34:43 +0000 (GMT) (envelope-from mark@gaiahost.coop) Received: from localhost (host-64-65-195-19.spr.choiceone.net [::ffff:64.65.195.19]) (AUTH: LOGIN mark@hubcapconsulting.com) by biodiesel.gaiahost.coop with esmtp; Fri, 13 Jan 2006 09:34:42 -0500 id 003D0035.43C7BA83.00002027 Received: by localhost (sSMTP sendmail emulation); Fri, 13 Jan 2006 09:34:40 -0500 Date: Fri, 13 Jan 2006 09:34:39 -0500 From: Mark Bucciarelli To: freebsd-isp@freebsd.org Message-ID: <20060113143439.GG2740@rabbit> Mail-Followup-To: freebsd-isp@freebsd.org References: <375DD163B075E34EA3C10A6286E34A54C1D4B5@exhsto1.se.dataphone.com> <43C7A18D.8060904@centtech.com> <43C7B308.9050109@diewebmaster.at> <43C7B5E2.7040502@centtech.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline In-Reply-To: <43C7B5E2.7040502@centtech.com> User-Agent: Mutt/1.4.2.1i Subject: Re: FreeBSD as Server X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jan 2006 14:34:44 -0000 On Fri, Jan 13, 2006 at 08:14:58AM -0600, Eric Anderson wrote: > Like I mentioned before, it mostly depends on the number of files you > have on the filesystem (inodes in use). And the kva_pages kernel setting, right? As I understand this setting, it defines how much of the 4GB pointer space you reserve for kernel pointers. I guess a 64 bit machine would be a safer choice for fscking such large file systems, especially if a maildir mailstore (lots of tiny files)? Trying to learn FreeBSD, m