Subject: memory limits
To: None <port-vax@netbsd.org>
From: maximum entropy <entropy@tardis.bernstein.com>
List: port-vax
Date: 10/28/1999 10:14:11
Excerpts from /sys/arch/vax/include/vmparam.h:

#define MAXTSIZ         (8*1024*1024)           /* max text size */
#define MAXDSIZ         (24*1024*1024)          /* max data size */
#define MAXSSIZ         (8*1024*1024)           /* max stack size */
#define DFLDSIZ         (16*1024*1024)          /* initial data size limit */
#define DFLSSIZ         (512*1024)              /* initial stack size limit */

Why are these so much smaller no NetBSD/vax than on other NetBSD ports?

I know I can tune these values in my own configuration file...but
these values seem to be too small for a "make build" to complete.
Should we consider raising them in the GENERIC config?

--
entropy