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 8DE771381F3 for ; Tue, 17 Sep 2013 19:31:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0FCE9E0D36; Tue, 17 Sep 2013 19:30:53 +0000 (UTC) Received: from mail-bk0-f49.google.com (mail-bk0-f49.google.com [209.85.214.49]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CFEA6E0D2C for ; Tue, 17 Sep 2013 19:30:51 +0000 (UTC) Received: by mail-bk0-f49.google.com with SMTP id r7so2342693bkg.36 for ; Tue, 17 Sep 2013 12:30:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=D4elKq3ic5MgiR1dgKWJD2BWN32pFy7QBGL4c57RCoE=; b=JNdKqU7T/p+qkfjl2xzDaibQZl+Fao0gJaf3VXpoLHDd9BNLdFn8b9d8eSIOlIGOXB Qm4wVRNyjCTUWsJNyD+nE+evwLJkQO+MvF4WCVZnMhnmr9FjyJrlOWAVsr9U3MNMPyLB DEnfiEthYe+v/i8BUc+PUDrRvWZ5FJKaO5ils5CH4ad/cogpqMuwwoLiRuzNVNd2Dxq1 zA8/dKR0A3ChPfyOuxiJUxNuarPYaazf+iHqPb2qFIM5Ur72sVYLWS5lMuqHioPgph4B 1ubHs2utEqeEkKELlQWI9GoQuEpJ2TUkhOZ4VZNHqcxfbTNMPU+0GAOVn9vV6Skt3DEm q3Bg== X-Received: by 10.204.121.201 with SMTP id i9mr31316957bkr.13.1379446250388; Tue, 17 Sep 2013 12:30:50 -0700 (PDT) Received: from [192.168.178.21] (p3E9E696F.dip0.t-ipconnect.de. [62.158.105.111]) by mx.google.com with ESMTPSA id pk7sm10999165bkb.2.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 17 Sep 2013 12:30:50 -0700 (PDT) Message-ID: <5238ADE9.2010906@googlemail.com> Date: Tue, 17 Sep 2013 21:30:49 +0200 From: Volker Armin Hemmann User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130807 Thunderbird/17.0.8 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 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] ZFS References: <523898A3.7000404@googlemail.com> <52389B55.6090600@libertytrek.org> In-Reply-To: <52389B55.6090600@libertytrek.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit X-Archives-Salt: 5f338f54-2a5f-4cfe-b315-e15357ed78ec X-Archives-Hash: 0d5cb9298ef43d05da3d549c91456ab0 Am 17.09.2013 20:11, schrieb Tanstaafl: > On 2013-09-17 2:00 PM, Volker Armin Hemmann > wrote: >> use ECC ram. Lots of it. 16GB DDR3 1600 ECC ram cost you less than 170€. >> 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. > > Is there a good place to read about these kinds of tuning parameters? > > zfsonlinux? google?