increase default data limit to size needed for make build
authorkstailey <kstailey@openbsd.org>
Mon, 2 Dec 1996 14:20:41 +0000 (14:20 +0000)
committerkstailey <kstailey@openbsd.org>
Mon, 2 Dec 1996 14:20:41 +0000 (14:20 +0000)
sys/arch/sun3/include/vmparam.h

index 1fac810..991b7a0 100644 (file)
@@ -70,7 +70,7 @@
 #define        MAXTSIZ         (8*1024*1024)           /* max text size */
 #endif
 #ifndef DFLDSIZ
-#define        DFLDSIZ         (8*1024*1024)           /* initial data size limit */
+#define        DFLDSIZ         (16*1024*1024)          /* initial data size limit */
 #endif
 #ifndef MAXDSIZ
 #define        MAXDSIZ         (32*1024*1024)          /* max data size */