summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1997-08-26 21:18:44 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1997-08-26 21:18:44 +0000
commitea97b70e6342cb3ae0de8d9cb57f2bf13d6b6786 (patch)
treeadbd224ff64bd5d359485d9d55c01e839e62b924 /sys/arch
parent83aab873503370fd6e3fe411f6a32b26041fb139 (diff)
come on, let people run useful sized software!
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/i386/include/vmparam.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/include/vmparam.h b/sys/arch/i386/include/vmparam.h
index 9e21b78c78c..c38518c3fb4 100644
--- a/sys/arch/i386/include/vmparam.h
+++ b/sys/arch/i386/include/vmparam.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: vmparam.h,v 1.7 1997/08/26 21:12:52 deraadt Exp $ */
+/* $OpenBSD: vmparam.h,v 1.8 1997/08/26 21:18:43 deraadt Exp $ */
/* $NetBSD: vmparam.h,v 1.15 1994/10/27 04:16:34 cgd Exp $ */
/*-
@@ -69,7 +69,7 @@
#define MAXDSIZ (1*1024*1024*1024) /* max data size */
#endif
#ifndef DFLSSIZ
-#define DFLSSIZ (1*1024*1024) /* initial stack size limit */
+#define DFLSSIZ (2*1024*1024) /* initial stack size limit */
#endif
#ifndef MAXSSIZ
#define MAXSSIZ (32*1024*1024) /* max stack size */