Subject: MAXUSER?
To: None <port-alpha@netbsd.org>
From: Michael T. Stolarchuk <mts@rare.net>
List: port-alpha
Date: 08/14/1998 10:47:40
I've been trying to get a target built with a larger number
of MAXUSER's set... primarily to get processes which can
open about 2000 files per process...

When i set MAXUSER to 64 the kernel doesn't even
get past memory checking... like this:


    Copyright (c) 1996, 1997, 1998
	The NetBSD Foundation, Inc.  All rights reserved.
    Copyright (c) 1982, 1986, 1989, 1991, 1993
	The Regents of the University of California.  All rights reserved.

    NetBSD 1.3.2 (ALPHAGW) #0: Mon Aug 10 12:14:40 EDT 1998
	mts@sandbox.pdq.com:/usr/u/src/sys/arch/alpha/compile/ALPHAGW
    EB164, 500MHz
    8192 byte page size, 1 processor.
    real mem = 1073741824 (2220032 reserved for PROM, 1071521792 used by NetBSD)


32, or 30, the kernel, and the kernel panic's:

    Copyright (c) 1996, 1997, 1998
	The NetBSD Foundation, Inc.  All rights reserved.
    Copyright (c) 1982, 1986, 1989, 1991, 1993
	The Regents of the University of California.  All rights reserved.

    panic: pmap_enter_ptpage: can't get KPT page

What am i doing wrong?

mts.