From owner-freebsd-questions@FreeBSD.ORG Mon Sep 17 17:33:56 2012 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 8099D1065673 for ; Mon, 17 Sep 2012 17:33:56 +0000 (UTC) (envelope-from jamie@kode5.net) Received: from kontrol.kode5.net (kontrol.kode5.net [80.229.5.32]) by mx1.freebsd.org (Postfix) with ESMTP id E60858FC16 for ; Mon, 17 Sep 2012 17:33:55 +0000 (UTC) Received: from kontrol.kode5.net (localhost [127.0.0.1]) by kontrol.kode5.net (8.14.5/8.14.5) with ESMTP id q8HHXsSn001910 for ; Mon, 17 Sep 2012 18:33:54 +0100 (BST) (envelope-from jamie@kode5.net) Received: (from jamie@localhost) by kontrol.kode5.net (8.14.5/8.14.5/Submit) id q8HHXr8i001909 for freebsd-questions@freebsd.org; Mon, 17 Sep 2012 18:33:53 +0100 (BST) (envelope-from jamie@kode5.net) X-Authentication-Warning: kontrol.kode5.net: jamie set sender to jamie@kode5.net using -f Date: Mon, 17 Sep 2012 18:33:53 +0100 From: Jamie Paul Griffin To: freebsd-questions@freebsd.org Message-ID: <20120917173353.GA1886@kontrol.kode5.net> Mail-Followup-To: freebsd-questions@freebsd.org References: <20120917103632.GA25763@kontrol.kode5.net> <50570895.4030709@gmail.com> <20120917122014.GC25763@kontrol.kode5.net> <201209171819.18049.jmc-freebsd2@milibyte.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201209171819.18049.jmc-freebsd2@milibyte.co.uk> x-operating-system: FreeBSD 9.1-PRERELEASE amd64 x-pgp-fingerprint: A4B9 E875 A18C 6E11 F46D B788 BEE6 1251 1D31 DC38 x-pgp-key: 1D31DC38 User-Agent: Mutt/1.5.21 (2010-09-15) X-Virus-Scanned: clamav-milter 0.97.5 at kontrol.kode5.net X-Virus-Status: Clean Subject: Re: Questions about ZFS Tuning 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, 17 Sep 2012 17:33:56 -0000 [ Mike Clarke wrote on Mon 17.Sep'12 at 18:19:18 +0100 ] > On Monday 17 September 2012 13:20:14 Jamie Paul Griffin wrote: > > > I set zfs.zfs.prefetch_disable=0 because some dmesg line suggested/implied > > it would benefit. I don't recall the exact output now. > > If you look in /var/run/dmesg.boot you should find the message saying "ZFS > NOTICE: Prefetch is disabled by default if less than 4GB of RAM is present; > to enable, add "vfs.zfs.prefetch_disable=0" to /boot/loader.conf." > > Since you have 2GB RAM then it's best to leave things as they are with > prefetch disabled. Hi Mike, yes that was the notice I saw which made me add this setting. Thanks for the reminder and info. Best wishes, Jamie.