diff options
author | Per Fogelstrom <pefo@cvs.openbsd.org> | 2004-11-11 16:13:00 +0000 |
---|---|---|
committer | Per Fogelstrom <pefo@cvs.openbsd.org> | 2004-11-11 16:13:00 +0000 |
commit | 6ef3b3de39d214843ce3dcc313b040845ad2aabf (patch) | |
tree | 6918bc2999f955e469eb73021caba80efdeb05e2 /sys/arch/mips64 | |
parent | c8b3c75c04bc67c67c383c8a4834f97ae8b9e154 (diff) |
up default data size so things doesn't blow up to easy
Diffstat (limited to 'sys/arch/mips64')
-rw-r--r-- | sys/arch/mips64/include/vmparam.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mips64/include/vmparam.h b/sys/arch/mips64/include/vmparam.h index a17037a8930..a6a7e00f8d7 100644 --- a/sys/arch/mips64/include/vmparam.h +++ b/sys/arch/mips64/include/vmparam.h @@ -1,4 +1,4 @@ -/* $OpenBSD: vmparam.h,v 1.6 2004/09/21 05:51:13 miod Exp $ */ +/* $OpenBSD: vmparam.h,v 1.7 2004/11/11 16:12:59 pefo Exp $ */ /* $NetBSD: vmparam.h,v 1.5 1994/10/26 21:10:10 cgd Exp $ */ /* @@ -62,7 +62,7 @@ #define MAXTSIZ (64*1024*1024) /* max text size */ #endif #ifndef DFLDSIZ -#define DFLDSIZ (64*1024*1024) /* initial data size limit */ +#define DFLDSIZ (128*1024*1024) /* initial data size limit */ #endif #ifndef MAXDSIZ #define MAXDSIZ (1*1024*1024*1024) /* max data size */ |