From owner-freebsd-current@FreeBSD.ORG Tue Apr 10 00:06:11 2007 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2365416A400 for ; Tue, 10 Apr 2007 00:06:11 +0000 (UTC) (envelope-from djp@polands.org) Received: from ms-smtp-03.rdc-kc.rr.com (ms-smtp-03.rdc-kc.rr.com [24.94.166.129]) by mx1.freebsd.org (Postfix) with ESMTP id E3F3A13C45E for ; Tue, 10 Apr 2007 00:06:10 +0000 (UTC) (envelope-from djp@polands.org) Received: from corinth.polands.org (CPE-75-87-219-217.new.res.rr.com [75.87.219.217]) by ms-smtp-03.rdc-kc.rr.com (8.13.6/8.13.6) with ESMTP id l39NQs5q013797 for ; Mon, 9 Apr 2007 18:26:55 -0500 (CDT) Received: from jericho.polands.org (jericho.polands.org [172.16.1.33]) by corinth.polands.org (8.13.8/8.13.8) with ESMTP id l39NQs1G025486 for ; Mon, 9 Apr 2007 18:26:54 -0500 (CDT) (envelope-from djp@polands.org) Received: from jericho.polands.org (localhost [127.0.0.1]) by jericho.polands.org (8.13.8/8.13.8) with ESMTP id l39NQs3o093312 for ; Mon, 9 Apr 2007 18:26:54 -0500 (CDT) (envelope-from djp@jericho.polands.org) Received: (from djp@localhost) by jericho.polands.org (8.13.8/8.13.8/Submit) id l39NQsaj093311 for freebsd-current@freebsd.org; Mon, 9 Apr 2007 18:26:54 -0500 (CDT) (envelope-from djp) Date: Mon, 9 Apr 2007 18:26:54 -0500 From: Doug Poland To: freebsd-current@freebsd.org Message-ID: <20070409232654.GA93109@polands.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.14 (2007-02-12) X-Virus-Scanned: Symantec AntiVirus Scan Engine X-Virus-Scanned: ClamAV 0.88.4/3058/Mon Apr 9 14:45:50 2007 on corinth.polands.org X-Virus-Status: Clean Subject: new ZFS sysctls not working? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 10 Apr 2007 00:06:11 -0000 Hello, It would appear that the new sysctls for ZFS (vfs.zfs.arc_max/min) are not "taking". i.e., # cat /boot/loader.conf vfs.zfs.arc_max=134217728 vfs.zfs.arc_min=134217728 # sysctl -a | grep vfs.zfs.arc vfs.zfs.arc_max: 67108864 vfs.zfs.arc_min: 67108864 This is after a fresh cvsup run today around 10:00 CDT. -- Regards, Doug