summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1999-09-20 17:05:47 +0000
committerderaadt <deraadt@openbsd.org>1999-09-20 17:05:47 +0000
commit2a66ff41ad8720af88b88b77cfc6595d9101d976 (patch)
tree6d237673e5831bf56279a273229fee5d97de1d05
parentTransform mips/openbsd-be.h into a fragment, (diff)
downloadwireguard-openbsd-2a66ff41ad8720af88b88b77cfc6595d9101d976.tar.xz
wireguard-openbsd-2a66ff41ad8720af88b88b77cfc6595d9101d976.zip
crank default limits
-rw-r--r--sys/arch/i386/include/vmparam.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/i386/include/vmparam.h b/sys/arch/i386/include/vmparam.h
index 8edc46f4a4c..1ed5fbafc33 100644
--- a/sys/arch/i386/include/vmparam.h
+++ b/sys/arch/i386/include/vmparam.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: vmparam.h,v 1.12 1999/09/17 16:52:06 deraadt Exp $ */
+/* $OpenBSD: vmparam.h,v 1.13 1999/09/20 17:05:47 deraadt Exp $ */
/* $NetBSD: vmparam.h,v 1.15 1994/10/27 04:16:34 cgd Exp $ */
/*-
@@ -64,13 +64,13 @@
*/
#define MAXTSIZ (64*1024*1024) /* max text size */
#ifndef DFLDSIZ
-#define DFLDSIZ (32*1024*1024) /* initial data size limit */
+#define DFLDSIZ (64*1024*1024) /* initial data size limit */
#endif
#ifndef MAXDSIZ
#define MAXDSIZ (1*1024*1024*1024) /* max data size */
#endif
#ifndef DFLSSIZ
-#define DFLSSIZ (2*1024*1024) /* initial stack size limit */
+#define DFLSSIZ (4*1024*1024) /* initial stack size limit */
#endif
#ifndef MAXSSIZ
#define MAXSSIZ (32*1024*1024) /* max stack size */