Date: Mon, 16 Sep 1996 19:16:21 +0200 (MET DST) From: grog@lemis.de (Greg Lehey) To: dyson@FreeBSD.ORG Cc: FreeBSD-current@FreeBSD.ORG (FreeBSD current users) Subject: Re: VM problem (OK!!) Message-ID: <199609161716.TAA19420@allegro.lemis.de> In-Reply-To: <199609160131.UAA03277@dyson.iquest.net> from "John S. Dyson" at Sep 15, 96 08:31:41 pm
next in thread | previous in thread | raw e-mail | index | archive | help
John S. Dyson writes: > > The code is a bit rough right now. There is no feedback. Under ddb > you can type: > > call DDB_print_pageq_info > > and if you have 64 page queues for the free page list, then it is configured. DDB_print_page_info maybe? I don't have a DDB_print_pageq_info in my kernel. I also don't see anything which obviously looks like the free page list. Instead, I have free_count (2035), free_reserve, free_min and free_target, all prefixed with cnt.v_. Am I calling the correct function? Greg
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199609161716.TAA19420>