From owner-freebsd-bugs Mon Feb 24 4:40:18 2003 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 57D6C37B401 for ; Mon, 24 Feb 2003 04:40:17 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E521843FA3 for ; Mon, 24 Feb 2003 04:40:16 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h1OCeGNS089640 for ; Mon, 24 Feb 2003 04:40:16 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h1OCeGx9089639; Mon, 24 Feb 2003 04:40:16 -0800 (PST) Date: Mon, 24 Feb 2003 04:40:16 -0800 (PST) Message-Id: <200302241240.h1OCeGx9089639@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: David Schultz Subject: Re: kern/48166: panic: pmap_new_proc: u_map allocation failed Reply-To: David Schultz Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR kern/48166; it has been noted by GNATS. From: David Schultz To: "Marc G.Fournier" Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: kern/48166: panic: pmap_new_proc: u_map allocation failed Date: Mon, 24 Feb 2003 04:34:19 -0800 I believe your problem here is having KVA_PAGES set too low. (I take it this machine has lots of memory.) When you increase KVA_PAGES, does the problem go away? Of course, you've discovered that all sorts of other wonderful things happen when you change KVA_PAGES, but let's work on one thing at a time. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message