From owner-freebsd-current@FreeBSD.ORG Sat Jul 5 05:39:51 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 68BA83B9; Sat, 5 Jul 2014 05:39:51 +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 264EF27FA; Sat, 5 Jul 2014 05:39:50 +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 14BFD1FE02E; Sat, 5 Jul 2014 07:39:47 +0200 (CEST) Message-ID: <53B78FB1.2010607@selasky.org> Date: Sat, 05 Jul 2014 07:40:01 +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 Subject: Re: ZFS ARC max sort of not working? References: <1404489401.1059.69.camel@bruno> <5B682A33D5924D1B9786F5A1FF2BE92B@multiplay.co.uk> In-Reply-To: <5B682A33D5924D1B9786F5A1FF2BE92B@multiplay.co.uk> 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 05:39:51 -0000 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. --HPS