Date: Mon, 28 Jun 1999 07:54:44 -0700 From: David Greenman <dg@root.com> To: Mohit Aron <aron@cs.rice.edu> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: maximum kernel dynamic memory Message-ID: <199906281454.HAA08755@implode.root.com> In-Reply-To: Your message of "Sun, 27 Jun 1999 23:50:16 CDT." <199906280450.XAA18600@cs.rice.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
> I'm using FreeBSD-2.2.6. I need to find out the maximum amount of >kernel dynamic memory allocated during system operation. Is there some variable >that keeps track of this. Any help will be appreciated. For the kernel malloc pool, that is VM_KMEM_SIZE. For the entire kernel virtual address space, that is controlled by the kernel load/start address and the number of kernel page directory entries. -DG David Greenman Co-founder/Principal Architect, The FreeBSD Project - http://www.freebsd.org Creator of high-performance Internet servers - http://www.terasolutions.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199906281454.HAA08755>