From owner-freebsd-sparc Sat Mar 9 13:25:39 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by hub.freebsd.org (Postfix) with SMTP id 3285537B400 for ; Sat, 9 Mar 2002 13:25:36 -0800 (PST) Received: (qmail 17845 invoked by uid 0); 9 Mar 2002 21:25:34 -0000 Received: from p5086e9a9.dip.t-dialin.net (HELO forge.local) (80.134.233.169) by mail.gmx.net (mp010-rz3) with SMTP; 9 Mar 2002 21:25:34 -0000 Received: from tmm by forge.local with local (Exim 3.34 #1) id 16joLO-0005PC-00; Sat, 09 Mar 2002 22:25:34 +0100 Date: Sat, 9 Mar 2002 22:25:34 +0100 From: Thomas Moestl To: Garrett Wollman Cc: sparc@FreeBSD.org Subject: Re: How to increase kernel VM? Message-ID: <20020309212534.GA12696@crow.dom2ip.de> Mail-Followup-To: Garrett Wollman , sparc@FreeBSD.org References: <200203092110.g29LAxW00927@khavrinen.lcs.mit.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200203092110.g29LAxW00927@khavrinen.lcs.mit.edu> User-Agent: Mutt/1.3.27i Sender: owner-freebsd-sparc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Sat, 2002/03/09 at 16:10:59 -0500, Garrett Wollman wrote: > I've been running Jake's March 7th kernel (once I finally copied it > into the right location), and noted that the kernel memory limits seem > absurdly low -- so low, in fact, that my Ultra 5 has deadlocked in > `cvs co' several times as a result of running into the kmem limit for > FFS nodes: > > FFS node 8467 4234K 4670K 6144K 35726 0 0 512 > > This machine thought that maxvnodes ought to be 19275, which would > have required at least 9640K of memory just for FFS nodes. > > Things seem to be working reasonanbly now that I have lowered > maxvnodes to 8192, and vnlru appears to actually be running, but I > would obviously prefer to have a more reasonably-sized kernel malloc > arena. This should alredy be fixed in the p4 repository (the definition of VM_KMEM_SIZE_SCALE was missing from sparc64/include/vmparam.h). An updated kernel should be available soon. - thomas To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message