From: sthen Date: Sun, 26 Apr 2015 09:22:33 +0000 (+0000) Subject: bump i386 MAXDSIZ to 3GB. - "If you're running this, and presumably actually X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=e438aa24b7395fbf96a504832420dc2f872e1620;p=openbsd bump i386 MAXDSIZ to 3GB. - "If you're running this, and presumably actually using that much memory, go for it" tedu@ "I don't see any immediate downsides" kettenis@ --- diff --git a/sys/arch/i386/include/vmparam.h b/sys/arch/i386/include/vmparam.h index 7be4920756f..96ab9f55993 100644 --- a/sys/arch/i386/include/vmparam.h +++ b/sys/arch/i386/include/vmparam.h @@ -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 */