From owner-freebsd-current@FreeBSD.ORG Fri Sep 28 15:22:45 2007 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 106B716A469; Fri, 28 Sep 2007 15:22:45 +0000 (UTC) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.freebsd.org (Postfix) with ESMTP id B260A13C480; Fri, 28 Sep 2007 15:22:44 +0000 (UTC) (envelope-from scottl@samsco.org) Received: from [192.168.4.84] (wireless.prattprop.com [209.97.224.24] (may be forged)) (authenticated bits=0) by pooker.samsco.org (8.13.8/8.13.8) with ESMTP id l8SFMaoe078603; Fri, 28 Sep 2007 09:22:41 -0600 (MDT) (envelope-from scottl@samsco.org) References: <46F7D7A4.5090007@samsco.org> <20070928133452.GA52277@nowhere> <20070928142419.GA59916@fyrou.net> <20070928143725.GB52277@nowhere> <20070928094021.N422@thebighonker.lerctr.org> Message-Id: From: Scott Long To: Larry Rosenman In-Reply-To: <20070928094021.N422@thebighonker.lerctr.org> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes X-Mailer: iPhone Mail (1C28) Mime-Version: 1.0 (iPhone Mail 1C28) Content-Transfer-Encoding: 7bit Date: Fri, 28 Sep 2007 09:22:20 -0600 X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (pooker.samsco.org [168.103.85.57]); Fri, 28 Sep 2007 09:22:41 -0600 (MDT) X-Spam-Status: No, score=-1.4 required=5.5 tests=ALL_TRUSTED autolearn=failed version=3.1.8 X-Spam-Checker-Version: SpamAssassin 3.1.8 (2007-02-13) on pooker.samsco.org Cc: Darren Reed , Francois Ranchin , "freebsd-current@freebsd.org" , Craig Boston Subject: Re: panic: kmem_malloc(131072): kmem_map too small (AMD64) 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: Fri, 28 Sep 2007 15:22:45 -0000 On Sep 28, 2007, at 8:40 AM, Larry Rosenman wrote: > On Fri, 28 Sep 2007, Craig Boston wrote: > >> On Fri, Sep 28, 2007 at 04:24:19PM +0200, Francois Ranchin wrote: >>> Perhaps these two (2 weeks old) : arc.c 1.11 and/or zfs_vfsops.c >>> v1.12 >> >> Pretty sure those aren't the root of the problem. I had already >> tried >> falling back to a build from before those two changes went in, and >> while >> it does take longer to panic it still does eventually. >> > ScottL@FreeBSD.org mentioned some low-level memory accounting changes > that went in, so memory is accounted for more accurately. > >> Alan Cox pointed out in private that this likely isn't the problem. Scott