diff options
author | 1996-12-02 14:20:41 +0000 | |
---|---|---|
committer | 1996-12-02 14:20:41 +0000 | |
commit | 6ef426aad82a69a8e65ccd36137140615b93d095 (patch) | |
tree | eb4a7c9dc1cbbfb97aa5bfedbe3a5fe9408dd697 | |
parent | Correct the connecthelp info. This is really ftp, not tftp. (diff) | |
download | wireguard-openbsd-6ef426aad82a69a8e65ccd36137140615b93d095.tar.xz wireguard-openbsd-6ef426aad82a69a8e65ccd36137140615b93d095.zip |
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 */ |