change default data limit so that source build will work without modifications.
authorrahnds <rahnds@openbsd.org>
Sun, 26 Jan 1997 06:42:20 +0000 (06:42 +0000)
committerrahnds <rahnds@openbsd.org>
Sun, 26 Jan 1997 06:42:20 +0000 (06:42 +0000)
sys/arch/powerpc/include/vmparam.h

index 3cf36e0..e35f937 100644 (file)
@@ -39,7 +39,7 @@
 #endif
 
 #ifndef        DFLDSIZ
-#define        DFLDSIZ         (16*1024*1024)          /* default data size */
+#define        DFLDSIZ         (32*1024*1024)          /* default data size */
 #endif
 
 #ifndef        MAXDSIZ