From owner-freebsd-current@FreeBSD.ORG Fri Jul 20 08:11:25 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 3782B16A421 for ; Fri, 20 Jul 2007 08:11:25 +0000 (UTC) (envelope-from delphij@delphij.net) Received: from tarsier.geekcn.org (tarsier.geekcn.org [210.51.165.229]) by mx1.freebsd.org (Postfix) with ESMTP id DFB3413C46A for ; Fri, 20 Jul 2007 08:11:24 +0000 (UTC) (envelope-from delphij@delphij.net) Received: from localhost (tarsier.geekcn.org [210.51.165.229]) by tarsier.geekcn.org (Postfix) with ESMTP id 2D5DAEB19AF; Fri, 20 Jul 2007 16:11:24 +0800 (CST) X-Virus-Scanned: amavisd-new at geekcn.org Received: from tarsier.geekcn.org ([210.51.165.229]) by localhost (mail.geekcn.org [210.51.165.229]) (amavisd-new, port 10024) with ESMTP id jRZ7BUZ0ghh8; Fri, 20 Jul 2007 16:11:21 +0800 (CST) Received: from LI-Xins-MacBook.local (sina152-194.staff.sina.com.cn [61.135.152.194]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by tarsier.geekcn.org (Postfix) with ESMTP id 520C3EB194D; Fri, 20 Jul 2007 16:11:21 +0800 (CST) DomainKey-Signature: a=rsa-sha1; s=default; d=delphij.net; c=nofws; q=dns; h=message-id:date:from:reply-to:organization:user-agent: mime-version:to:cc:subject:references:in-reply-to: x-enigmail-version:openpgp:content-type; b=Yx8OlZAjxzRpM4nRVT4Etfuz89EZ0dxCmOUcBk55Rn77AeVkarXB2158gQdo5QonP u4Yena783GXT2SSFr2J5Q== Message-ID: <46A06E18.1000600@delphij.net> Date: Fri, 20 Jul 2007 16:11:04 +0800 From: LI Xin Organization: The FreeBSD Project User-Agent: Thunderbird 2.0.0.4 (Macintosh/20070604) MIME-Version: 1.0 To: kevinmb@mpvweb.com References: <46A066C6.7000104@mpvweb.com> In-Reply-To: <46A066C6.7000104@mpvweb.com> X-Enigmail-Version: 0.95.2 OpenPGP: url=http://www.delphij.net/delphij.asc Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="------------enig8601B6F6B8461830F63E9B13" Cc: freebsd-current@freebsd.org Subject: Re: Kernel Panic with ZFS X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: d@delphij.net List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Jul 2007 08:11:25 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig8601B6F6B8461830F63E9B13 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Kevin Baragona wrote: > My kernel just panicked. Here is what it said. >=20 > panic: kmem_malloc(131072): kmem_map too small: 167264256 total allocat= ed > cpuid =3D 0 > KDB: enter: panic > [thread pid 37 tid 100042 ] > Stopped at kdb_enter+0x32: leave > db> :( This is because that you have ran out of memory. ZFS, especially its ARC is quite memory hungry so you *really* need more memory to make sure that it works smoothly. Cheers, --=20 Xin LI http://www.delphij.net/ FreeBSD - The Power to Serve! --------------enig8601B6F6B8461830F63E9B13 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFGoG4YOfuToMruuMARCtt0AJ44WgeMpuVXnoySLku97+d8bj8dOQCfaiUm Q120u4+RVgQKgqtsp6okmt8= =jPzO -----END PGP SIGNATURE----- --------------enig8601B6F6B8461830F63E9B13--