From owner-freebsd-fs@FreeBSD.ORG Fri May 28 13:32:30 2010 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0C3721065676; Fri, 28 May 2010 13:32:30 +0000 (UTC) (envelope-from mcj@bluetonic.org) Received: from mail-pw0-f54.google.com (mail-pw0-f54.google.com [209.85.160.54]) by mx1.freebsd.org (Postfix) with ESMTP id D1E4C8FC18; Fri, 28 May 2010 13:32:29 +0000 (UTC) Received: by pwj4 with SMTP id 4so673707pwj.13 for ; Fri, 28 May 2010 06:32:29 -0700 (PDT) Received: by 10.140.179.25 with SMTP id b25mr204612rvf.54.1275052023691; Fri, 28 May 2010 06:07:03 -0700 (PDT) Received: from mail-pv0-f182.google.com (mail-pv0-f182.google.com [74.125.83.182]) by mx.google.com with ESMTPS id h11sm2035255rvm.9.2010.05.28.06.07.02 (version=SSLv3 cipher=RC4-MD5); Fri, 28 May 2010 06:07:02 -0700 (PDT) Received: by pvg16 with SMTP id 16so542527pvg.13 for ; Fri, 28 May 2010 06:07:01 -0700 (PDT) Received: by 10.143.85.4 with SMTP id n4mr130177wfl.312.1275052021203; Fri, 28 May 2010 06:07:01 -0700 (PDT) MIME-Version: 1.0 Received: by 10.143.30.7 with HTTP; Fri, 28 May 2010 06:06:41 -0700 (PDT) In-Reply-To: <4BFF894F.4010008@icyb.net.ua> References: <060401cafe37$a411b240$ec3516c0$__21811.5672738806$1275032797$gmane$org@net> <4BFF894F.4010008@icyb.net.ua> From: Carey Jones Date: Fri, 28 May 2010 08:06:41 -0500 Message-ID: To: amd64@freebsd.org, freebsd-fs@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: FreeBSD 8.1-Prerelease Panic amd64 w/ZFS.. X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 May 2010 13:32:30 -0000 On Fri, May 28, 2010 at 4:13 AM, Andriy Gapon wrote: > on 28/05/2010 10:30 Howard Leadmon said the following: > > panic:kmem_malloc(131072):kmem_map to small: 1296826368 total allocated > > > > cupid=4 > > O wow, this is an amd64 system (with 4G RAM) and you've got "kmem_map too > small". That's very very strange. > Are you sure you don't have any backwards-tuning in your configuration or > environment? > What value vm.kmem_size_max has? > I had a similar issue this morning, while doing a large compile (qt4). I do not have a debug kernel going, so I can't get a dump or anything, but I had exactly the same error as above (a different total allocated, of course, but in the same neighborhood). If this happens again, I'll get a debug kernel compiled, but hopefully it doesn't. :-) FreeBSD 8.1-PRERELEASE #0: Wed May 19 00:23:09 CDT 2010 root@ark.bluetonc.org:/usr/obj/usr/src/sys/ARK amd64 real memory = 4294967296 (4096 MB) avail memory = 3852931072 (3674 MB) mcj@ark ~ % sysctl vm.kmem_size_max vm.kmem_size_max: 329853485875 Not a lot of info here, I know, but it's just another data point. Thanks, -c