From owner-freebsd-performance@FreeBSD.ORG Mon Jan 16 12:05:54 2012 Return-Path: Delivered-To: freebsd-performance@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EE4BD106566B for ; Mon, 16 Jan 2012 12:05:54 +0000 (UTC) (envelope-from tevans.uk@googlemail.com) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id 9C4258FC1A for ; Mon, 16 Jan 2012 12:05:54 +0000 (UTC) Received: by vbbey12 with SMTP id ey12so445224vbb.13 for ; Mon, 16 Jan 2012 04:05:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=uYiTot9Ji2kxfbK9Nl01Tuw1PXhMdZJNaY4VNVWn2kc=; b=seWAlQymZZOLhkyoC2ixTSCJ2RZng8dxcovXTzMpGxhawCcdxZJs6hZ7w83iKBbz3n iGTjHwzIuuzRBvfIIlbhNyVEFiRitLoPxCcg+S6e8uYbbsu393AOXAGM7dh8gciy8FzY GU7bT3KpAzvaaSnGnM+y3Ud+kDi4uLZHhV+oU= MIME-Version: 1.0 Received: by 10.52.88.193 with SMTP id bi1mr5525662vdb.105.1326715553736; Mon, 16 Jan 2012 04:05:53 -0800 (PST) Received: by 10.52.109.106 with HTTP; Mon, 16 Jan 2012 04:05:53 -0800 (PST) In-Reply-To: <20120115233255.218250@gmx.com> References: <20120115233255.218250@gmx.com> Date: Mon, 16 Jan 2012 12:05:53 +0000 Message-ID: From: Tom Evans To: Dieter BSD Content-Type: text/plain; charset=UTF-8 Cc: freebsd-performance@freebsd.org Subject: Re: cmp(1) has a bottleneck, but where? X-BeenThere: freebsd-performance@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Performance/tuning List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Jan 2012 12:05:55 -0000 On Sun, Jan 15, 2012 at 11:32 PM, Dieter BSD wrote: > I recently read somewhere that zfs needs 5 GB memory for each 1 TB of disk. > People that run zfs obviously don't care about using lots of memory. You read incorrectly. To run zfs with dedup needs ~ 5GB of RAM per TB, but this depends upon file size. However, the majority of ZFS users do not use dedup. My pool is 18 TB with 8 GB of RAM, of which ZFS can only access 4 GB. Cheers Tom