From owner-cvs-all Mon Oct 15 13: 5:41 2001 Delivered-To: cvs-all@freebsd.org Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by hub.freebsd.org (Postfix) with SMTP id 8F13A37B401; Mon, 15 Oct 2001 13:05:36 -0700 (PDT) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 15 Oct 2001 21:05:35 +0100 (BST) To: Dag-Erling Smorgrav Cc: Matt Dillon , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/vm vnode_pager.c In-Reply-To: Your message of "15 Oct 2001 21:36:00 +0200." Date: Mon, 15 Oct 2001 21:05:34 +0100 From: Ian Dowse Message-ID: <200110152105.aa38680@salmon.maths.tcd.ie> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message , Dag-Erling Smorgrav writes: >No difference. 24 hours' uptime, patch applied and all file systems >mounted async: > >des@des /usr/src% vmstat -m | grep FFS > 256 UFS mount, FFS node, newblk, IpFw/IpAcct, routetbl, ifaddr, BPF, > FFS node 71741 17936K 17938K 85338K 1341645 0 0 256 A silly, but effective workaround for this would be to use the zone allocator for FFS inodes since it can be set up with no memory limit (vnodes already use zalloc). The patch would be quite straightforward - is that worth trying? Ian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message