From owner-freebsd-questions@FreeBSD.ORG Mon Jun 9 21:31:46 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5B745106567F for ; Mon, 9 Jun 2008 21:31:46 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id 39ECF8FC1B for ; Mon, 9 Jun 2008 21:31:44 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.14.2/8.14.2) with ESMTP id m59LVcuN041100; Mon, 9 Jun 2008 23:31:38 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.14.2/8.14.2/Submit) with ESMTP id m59LVbKK041094; Mon, 9 Jun 2008 23:31:37 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Mon, 9 Jun 2008 23:31:35 +0200 (CEST) From: Wojciech Puchar To: =?ISO-8859-1?Q?Anders_H=E4ggstr=F6m?= In-Reply-To: <1a5a68400806091158n17397a14k66d85e30ac3e1a46@mail.gmail.com> Message-ID: <20080609232736.X39884@wojtek.tensor.gdynia.pl> References: <1a5a68400806080604ped08ce8p120fc21107e7de81@mail.gmail.com> <20080608215648.Q9779@wojtek.tensor.gdynia.pl> <20080608230131.00003da7@westmark> <20080609001010.G59013@wojtek.tensor.gdynia.pl> <20080608233315.GA33530@dan.emsphone.com> <20080609094333.H27092@wojtek.tensor.gdynia.pl> <1a5a68400806091158n17397a14k66d85e30ac3e1a46@mail.gmail.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD + ZFS on a production server? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jun 2008 21:31:46 -0000 > I haven't heard/read about any huge CPU consumptions from ZFS, not yet as i already said. most people today have problems as they have too fast CPU and too much RAM ;) they don't see high CPU load on quad core machine with 16GB RAM having not big load :) > For the memory I've read that ZFS use up to approximately 700MB of ram UFS use what's unused. works on 16MB and 16GB. > project anyway. The live-cd hangs on "device detect". > One of the pros for OpenSolaris I've noticed is the support for a > virtual host man jail while maybe not with resource control like on solaris, but i use it with success. it's really excellent. but use nullfs with it to be able to share binaries. > I have now found a filesystem for linux that do checksum on the fly, > btrfs. but why you need it?! all PATA/SATA drives do checksumming on every read. in hardware, no CPU load.