From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 43B771381F3 for ; Wed, 18 Sep 2013 04:13:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AD8E4E0CE1; Wed, 18 Sep 2013 04:13:01 +0000 (UTC) Received: from mail-qc0-f182.google.com (mail-qc0-f182.google.com [209.85.216.182]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AE992E0C30 for ; Wed, 18 Sep 2013 04:13:00 +0000 (UTC) Received: by mail-qc0-f182.google.com with SMTP id n4so4301674qcx.27 for ; Tue, 17 Sep 2013 21:12:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=PbIVBbMRa8+Cf9NwQm74uZRDxp1mInRbRH7I2Kl/b3M=; b=YKForck12FcjLT5qdum7rpAaKSzqbPxtrrn8LbcrmXPiR2yMEA5ycbES9N5m8VZegW 5BJwQBxNE08FYyxERS1zMskISFei87J43ToxojNXiTNAgMRdAp4RxhY2t/kjEdb3nx1O gFOPFG6PVqY4C+Qxj0BGAqZOAipnNNKjlsarHCuPXvbaXvjpUvYlSpJGrczJpOuf/GrT VZ9hQOo9N5G+7xTnJSy8XjtmErNTJLgjrSRTaNopkxJYJloIwk/Cbu6xJwJnT9HZAN2C 2Ul+X1dWl8nDFvuYNFG38ymT71gKpqrRW4KFbjq1/y8ucDpTzuJAJyodYWCe2sUUHiMU HD0Q== Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 X-Received: by 10.224.152.6 with SMTP id e6mr11366225qaw.56.1379477579918; Tue, 17 Sep 2013 21:12:59 -0700 (PDT) Received: by 10.140.25.83 with HTTP; Tue, 17 Sep 2013 21:12:59 -0700 (PDT) In-Reply-To: <523898A3.7000404@googlemail.com> References: <523898A3.7000404@googlemail.com> Date: Tue, 17 Sep 2013 21:12:59 -0700 Message-ID: Subject: Re: [gentoo-user] ZFS From: Grant To: Gentoo mailing list Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 04506db2-da11-4096-bc41-d487db213095 X-Archives-Hash: 020a86b063fcc31261ad7e1c3d3b3ade >> Besides performance, are there any drawbacks to ZFS compared to ext4? >> > do yourself three favours: > > use ECC ram. Lots of it. 16GB DDR3 1600 ECC ram cost you less than 170=80= . > And it is worth it. ZFS showed me just how many silent corruptions can > happen on a 'stable' system. Errors never seen neither detected thanks > to using 'standard' ram. > > turn off readahead. ZFS' own readahead and the kernel's clash - badly. > Turn off kernel's readahead for a visible performance boon. > > use noop as io-scheduler. Thank you, I'm taking notes. Please feel free to toss out any more tips. - Grant