summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkstailey <kstailey@openbsd.org>1996-12-02 14:20:41 +0000
committerkstailey <kstailey@openbsd.org>1996-12-02 14:20:41 +0000
commit6ef426aad82a69a8e65ccd36137140615b93d095 (patch)
treeeb4a7c9dc1cbbfb97aa5bfedbe3a5fe9408dd697
parentCorrect the connecthelp info. This is really ftp, not tftp. (diff)
downloadwireguard-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.h2
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 */