From owner-freebsd-current@FreeBSD.ORG Thu May 22 19:39:29 2003 Return-Path: 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 A0B9237B401 for ; Thu, 22 May 2003 19:39:29 -0700 (PDT) Received: from k6.locore.ca (k6.locore.ca [198.96.117.170]) by mx1.FreeBSD.org (Postfix) with ESMTP id C277943F85 for ; Thu, 22 May 2003 19:39:28 -0700 (PDT) (envelope-from jake@k6.locore.ca) Received: from k6.locore.ca (localhost.locore.ca [127.0.0.1]) by k6.locore.ca (8.12.9/8.12.9) with ESMTP id h4N2eqxw028945; Thu, 22 May 2003 22:40:52 -0400 (EDT) (envelope-from jake@k6.locore.ca) Received: (from jake@localhost) by k6.locore.ca (8.12.9/8.12.9/Submit) id h4N2efQD028944; Thu, 22 May 2003 22:40:41 -0400 (EDT) Date: Thu, 22 May 2003 22:40:41 -0400 From: Jake Burkholder To: "Cagle, John (ISS-Houston)" Message-ID: <20030523024041.GA28928@locore.ca> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4i cc: current@freebsd.org Subject: Re: 5.1 PAE testing results: 2 panics X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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, 23 May 2003 02:39:29 -0000 Apparently, On Thu, May 22, 2003 at 08:11:33PM -0500, Cagle, John (ISS-Houston) said words to the effect of; > I am testing -current on a ProLiant DL560 4P with 8.25 GB of RAM. > I have enabled PAE and SMP+APIC in my kernel config. > > I initially had problems with the ciss and bge drivers, but Paul > Saab has added PAE support to those drivers and they have been > checked into CVS (Thanks Paul!). > > I am now running into a reproduceable panic when doing a single > SSH session doing a "find . -print" on an NFS file share: > > panic: kmem_malloc(4096): kmem_map too small: 96624640 total allocated > > I tried lowering kern.maxvnodes from 536130 (default) to 200000, > but that did not alleviate the panic. Can you try reducing this by half again to 100,000 and see if that helps things? Increasing the amount of available kva with options KVA_PAGES may also work, but finding the right limits for vnodes is a better solution. Note that the values for KVA_PAGES are doubled with PAE, eg 512 gives you the standard 3G user/1G kernel split. > > If anyone has any ideas of what might be the problem, please let > me know. I have attached a stack trace and some statistics > captured just before the panic that may be helpful. > > Also, I get a different panic whenever mounting /dev/fd0: Can you send the full dmesg for this machine? What I'm wondering is if you see this message during boot when the floppy driver attaches. printf("isa_dmainit(%d, %d) failed\n", chan, bouncebufsize); Thanks for the report, Jake