bump i386 MAXDSIZ to 3GB. - "If you're running this, and presumably actually
authorsthen <sthen@openbsd.org>
Sun, 26 Apr 2015 09:22:33 +0000 (09:22 +0000)
committersthen <sthen@openbsd.org>
Sun, 26 Apr 2015 09:22:33 +0000 (09:22 +0000)
using that much memory, go for it" tedu@ "I don't see any immediate downsides"
kettenis@

sys/arch/i386/include/vmparam.h

index 7be4920..96ab9f5 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: vmparam.h,v 1.53 2014/01/30 18:16:41 miod Exp $       */
+/*     $OpenBSD: vmparam.h,v 1.54 2015/04/26 09:22:33 sthen Exp $      */
 /*     $NetBSD: vmparam.h,v 1.15 1994/10/27 04:16:34 cgd Exp $ */
 
 /*-
@@ -63,7 +63,7 @@
 #define        DFLDSIZ         (64*1024*1024)          /* initial data size limit */
 #endif
 #ifndef MAXDSIZ
-#define        MAXDSIZ         (2UL*1024*1024*1024)    /* max data size */
+#define        MAXDSIZ         (3UL*1024*1024*1024)    /* max data size */
 #endif
 #ifndef BRKSIZ
 #define        BRKSIZ          (1024*1024*1024)        /* heap gap size */