diff options
author | kstailey <kstailey@cvs.openbsd.org> | 1996-12-02 14:20:42 +0000 |
---|---|---|
committer | kstailey <kstailey@cvs.openbsd.org> | 1996-12-02 14:20:42 +0000 |
commit | 623e69cd00759f28334866a5150d108e1f395c5c (patch) | |
tree | 59b75e2bc74170398effb288190cdad930f1db53 | |
parent | ff5459f380ebde3e0a09a6ad434406ffa0242aab (diff) |
increase default data limit to size needed for make build
-rw-r--r-- | sys/arch/sun3/include/vmparam.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arch/sun3/include/vmparam.h b/sys/arch/sun3/include/vmparam.h index 1fac8109288..991b7a0238c 100644 --- a/sys/arch/sun3/include/vmparam.h +++ b/sys/arch/sun3/include/vmparam.h @@ -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 */ |