From owner-cvs-sys Fri Oct 24 21:47:17 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id VAA12616 for cvs-sys-outgoing; Fri, 24 Oct 1997 21:47:17 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from dyson.iquest.net (dyson.iquest.net [198.70.144.127]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id VAA12597; Fri, 24 Oct 1997 21:46:55 -0700 (PDT) (envelope-from toor@dyson.iquest.net) Received: (from root@localhost) by dyson.iquest.net (8.8.7/8.8.5) id XAA01754; Fri, 24 Oct 1997 23:46:35 -0500 (EST) From: "John S. Dyson" Message-Id: <199710250446.XAA01754@dyson.iquest.net> Subject: Re: cvs commit: src/sys/vm vm_map.c vm_object.c src/sys/i386/i386 pmap.c In-Reply-To: <199710250445.MAA10256@spinner.netplex.com.au> from Peter Wemm at "Oct 25, 97 12:45:34 pm" To: peter@netplex.com.au (Peter Wemm) Date: Fri, 24 Oct 1997 23:46:35 -0500 (EST) Cc: toor@dyson.iquest.net, bde@zeta.org.au, cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-sys@FreeBSD.ORG, dyson@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL31 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Peter Wemm said: > "John S. Dyson" wrote: > > Bruce Evans said: > > > > Modified files: > > > > sys/vm vm_map.c vm_object.c > > > > sys/i386/i386 pmap.c > > > > Log: > > > > Decrease the initial allocation for the zone allocations. > > > > > > The initial allocation is still huge. 224K of real memory is statically > > > allocated for pvinit[8192] alone. 3/4 of this normally remains free on > > > my 32MB system. > > > > > I guess that could be made smaller. That is not really the "zone allocator" > > but one of the clients (pmap.) The key is to make it large enough to boot, > > maybe should be allocated with kmem_alloc.. > > > > Something fouled up here.. There's a conflict marker in the commit: > Thanks!!! John