From owner-freebsd-questions Mon Jun 28 7:56:16 1999 Delivered-To: freebsd-questions@freebsd.org Received: from implode.root.com (root.com [209.102.106.178]) by hub.freebsd.org (Postfix) with ESMTP id A748F14FC8 for ; Mon, 28 Jun 1999 07:56:14 -0700 (PDT) (envelope-from root@implode.root.com) Received: from implode.root.com (localhost [127.0.0.1]) by implode.root.com (8.8.8/8.8.5) with ESMTP id HAA08755; Mon, 28 Jun 1999 07:54:44 -0700 (PDT) Message-Id: <199906281454.HAA08755@implode.root.com> To: Mohit Aron Cc: freebsd-questions@FreeBSD.ORG Subject: Re: maximum kernel dynamic memory In-reply-to: Your message of "Sun, 27 Jun 1999 23:50:16 CDT." <199906280450.XAA18600@cs.rice.edu> From: David Greenman Reply-To: dg@root.com Date: Mon, 28 Jun 1999 07:54:44 -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > 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