summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1999-09-20 17:05:48 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1999-09-20 17:05:48 +0000
commitbd6239619b9530a5bdf26a63898c4d24f9ec69e1 (patch)
tree67e9075a74fc551dbf903948ae1ca9c16b3f46f7 /sys/arch
parent6aa638279855ee359f41e436a0a653054bf37d52 (diff)
crank default limits
Diffstat (limited to 'sys/arch')
-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 */