From owner-freebsd-stable@FreeBSD.ORG Thu Jun 4 22:14:43 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CE4D61065698 for ; Thu, 4 Jun 2009 22:14:43 +0000 (UTC) (envelope-from tim@chase2k.com) Received: from smtp.onlight.com (mx1.onlight.com [96.61.34.6]) by mx1.freebsd.org (Postfix) with ESMTP id 9AF878FC1C for ; Thu, 4 Jun 2009 22:14:43 +0000 (UTC) (envelope-from tim@chase2k.com) Received: from localhost (livingston [127.0.0.1]) by clean.onlight.com (Postfix) with ESMTP id 4F54D82012B2; Thu, 4 Jun 2009 17:14:41 -0500 (CDT) X-Virus-Scanned: amavisd-new at onlight.com Received: from smtp.onlight.com ([127.0.0.1]) by localhost (filter.onlight.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id pw13cXOmY-Ok; Thu, 4 Jun 2009 17:14:40 -0500 (CDT) Received: from oink.onlight.com (oink.onlight.com [10.10.1.29]) by smtp.onlight.com (Postfix) with ESMTPA id 462B382012AA; Thu, 4 Jun 2009 17:14:40 -0500 (CDT) Date: Thu, 4 Jun 2009 17:15:23 -0500 (CDT) From: Tim Chase Sender: tim@localhost.localdomain To: Kip Macy In-Reply-To: <3c1674c90906041413n15e2ce88q9f279818641515e7@mail.gmail.com> Message-ID: References: <3c1674c90906041413n15e2ce88q9f279818641515e7@mail.gmail.com> User-Agent: Alpine 2.00 (LFD 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-stable@freebsd.org Subject: Re: kmem map too small panic after updating to STABLE-7 r192996 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Jun 2009 22:14:44 -0000 On Thu, 4 Jun 2009, Kip Macy wrote: > As I mentioned in the initial e-mail, auto-tuning is only safe to rely > on on amd64. OK, that wasn't clear to me with the latest zfs code. I'll try it with a proper 512M setting as I was using before (along with setting KVA_PAGES). - Tim