From owner-freebsd-current@FreeBSD.ORG Sat Jul 5 06:15:16 2014 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 76D6FA93; Sat, 5 Jul 2014 06:15:16 +0000 (UTC) Received: from mail.turbocat.net (heidi.turbocat.net [88.198.202.214]) (using TLSv1.1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 351862A86; Sat, 5 Jul 2014 06:15:15 +0000 (UTC) Received: from laptop015.home.selasky.org (cm-176.74.213.204.customer.telag.net [176.74.213.204]) (using TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id 73B071FE02D; Sat, 5 Jul 2014 08:15:14 +0200 (CEST) Message-ID: <53B79800.6050603@selasky.org> Date: Sat, 05 Jul 2014 08:15:28 +0200 From: Hans Petter Selasky User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: Steven Hartland , sbruno@freebsd.org, freebsd-current , Peter Wemm , sbruno@freebsd.org Subject: Re: ZFS ARC max sort of not working? References: <1404489401.1059.69.camel@bruno> <5B682A33D5924D1B9786F5A1FF2BE92B@multiplay.co.uk> <53B78FB1.2010607@selasky.org> In-Reply-To: <53B78FB1.2010607@selasky.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Jul 2014 06:15:16 -0000 On 07/05/14 07:40, Hans Petter Selasky wrote: > On 07/05/14 02:01, Steven Hartland wrote: >> Related to the global sysctl changes recently perhaps? > > I'll have a look. The global tunables only support integers and strings, > no human shortcuts. > > This should be easy to fix though. > Hi, The following commit should fix the above mentioned problem: http://svnweb.freebsd.org/changeset/base/268285 --HPS