From owner-freebsd-current@FreeBSD.ORG Sun Jun 24 11:53:03 2007 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CB33D16A469 for ; Sun, 24 Jun 2007 11:53:03 +0000 (UTC) (envelope-from ingo@efil.de) Received: from moses.efil.de (www.efil.de [213.23.145.142]) by mx1.freebsd.org (Postfix) with ESMTP id 86CC313C46C for ; Sun, 24 Jun 2007 11:53:03 +0000 (UTC) (envelope-from ingo@efil.de) Received: by moses.efil.de (Postfix, from userid 1000) id F2A3714176B; Sun, 24 Jun 2007 13:32:02 +0200 (CEST) Date: Sun, 24 Jun 2007 13:31:48 +0200 From: Ingo Bormuth To: freebsd-current@freebsd.org Message-ID: <20070624113148.GA1031@efil.de> References: <1182338018.10483.27.camel@bigapple.omnis.ch> <20070622164200.GA2212@zone3000.net> <20070622214855.71c03e92@deskjail> <20070622204057.GB28975@cicely12.cicely.de> <20070623222109.K2020@woozle.rinet.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070623222109.K2020@woozle.rinet.ru> X-Url: http://ibormuth.efil.de/contact User-Agent: Mutt/1.5.13 (2006-08-11) X-Mailman-Approved-At: Sun, 24 Jun 2007 17:40:24 +0000 Subject: Re: ZFS status now in June? / stable enough for a file server? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Jun 2007 11:53:03 -0000 On 2007-06-23 22:22, Dmitry Morozovsky wrote: > Would you please post zfs-related settings you use? Thanks in advance. While we're on it I'll post mine too. PentiumIII 700Mhz / 256MB RAM / 120GB HD -CURRENT as of June, 16th (all but /boot on zfs) zfs_load="YES" vfs.root.mountfrom="zfs:tank/slash" vfs.zfs.prefetch_disable="1" # performance vfs.zfs.zil_disable=1 # memory hungry vfs.zfs.arc_min=8388608 # vfs.zfs.arc_max=33554433 # vm.kmem_size=134217728 # quite high ? kern.maxvnodes=8000 # quite low ? No problems so far - running xorg, firefox, konqueror, gimp together every day - rebuilding the whole system on zfs - rsyncing 30GB of data onto the disk, copying it around - scrubbing the whole pool I didn't yet benchmark/optimize for performance thought. Comments ?