From owner-freebsd-current Mon Oct 14 11:15:55 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 250F437B401 for ; Mon, 14 Oct 2002 11:15:54 -0700 (PDT) Received: from falcon.mail.pas.earthlink.net (falcon.mail.pas.earthlink.net [207.217.120.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF03443EA9 for ; Mon, 14 Oct 2002 11:15:53 -0700 (PDT) (envelope-from tlambert2@mindspring.com) Received: from pool0078.cvx40-bradley.dialup.earthlink.net ([216.244.42.78] helo=mindspring.com) by falcon.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 1819ks-0007VT-00; Mon, 14 Oct 2002 11:15:50 -0700 Message-ID: <3DAB098E.A80A4197@mindspring.com> Date: Mon, 14 Oct 2002 11:14:38 -0700 From: Terry Lambert X-Mailer: Mozilla 4.79 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Makoto Matsushita Cc: current@FreeBSD.org Subject: Re: Kernel panic with panic: kmem_malloc(4096): kmem_map too small... References: <20021014192250F.matusita@jp.FreeBSD.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Makoto Matsushita wrote: > After upgrading my 5-current box (as of late September 2002), the > kernel panics periodically with following message: > > panic: kmem_malloc(4096): kmem_map too small: 107651072 total allocated > > The number '4096' and '107651072' is always the same. What am I > missing something? This was recently discussed on -current. I posted a dumb patch that "fixes" the problem. Jeff Roberson is looking at fixing the problem "the right way" right now. Until then, though, you can still use my patch (it makes UMA use kmem_alloc_wait, instead of kmem_malloc). See the archive of the posting, for more details: -- Terry To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message