From owner-freebsd-current@FreeBSD.ORG Sat Jul 5 00:02:04 2014 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E45FB442; Sat, 5 Jul 2014 00:02:04 +0000 (UTC) Received: from smtp1.multiplay.co.uk (smtp1.multiplay.co.uk [85.236.96.35]) by mx1.freebsd.org (Postfix) with ESMTP id AA38120A6; Sat, 5 Jul 2014 00:02:04 +0000 (UTC) Received: by smtp1.multiplay.co.uk (Postfix, from userid 65534) id E259F20E7088F; Sat, 5 Jul 2014 00:01:56 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on smtp1.multiplay.co.uk X-Spam-Level: ** X-Spam-Status: No, score=2.3 required=8.0 tests=AWL,BAYES_00,DOS_OE_TO_MX, FSL_HELO_NON_FQDN_1,HELO_NO_DOMAIN,RDNS_DYNAMIC,STOX_REPLY_TYPE autolearn=no version=3.3.1 Received: from r2d2 (82-69-141-170.dsl.in-addr.zen.co.uk [82.69.141.170]) by smtp1.multiplay.co.uk (Postfix) with ESMTPS id 7703020E7088D; Sat, 5 Jul 2014 00:01:52 +0000 (UTC) Message-ID: <5B682A33D5924D1B9786F5A1FF2BE92B@multiplay.co.uk> From: "Steven Hartland" To: , "freebsd-current" References: <1404489401.1059.69.camel@bruno> Subject: Re: ZFS ARC max sort of not working? Date: Sat, 5 Jul 2014 01:01:49 +0100 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.5931 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6157 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 00:02:05 -0000 Related to the global sysctl changes recently perhaps? ----- Original Message ----- From: "Sean Bruno" To: "freebsd-current" Sent: Friday, July 04, 2014 4:56 PM Subject: ZFS ARC max sort of not working? > It looks like the following no longer works on head? > > vfs.zfs.arc_max="8G" > > But this does? > > vfs.zfs.arc_max="8589934592" > > sean > > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" >