Increased stack size to 8MB just to be on the real safe side.
authorRod Grimes <rgrimes@FreeBSD.org>
Wed, 1 Sep 1993 09:38:32 +0000 (09:38 +0000)
committerRod Grimes <rgrimes@FreeBSD.org>
Wed, 1 Sep 1993 09:38:32 +0000 (09:38 +0000)
sys/i386/include/vmparam.h

index 935142b..f9dc90d 100644 (file)
@@ -72,7 +72,7 @@
 #define        DFLSSIZ         (512*1024)              /* initial stack size limit */
 #endif
 #ifndef        MAXSSIZ
 #define        DFLSSIZ         (512*1024)              /* initial stack size limit */
 #endif
 #ifndef        MAXSSIZ
-#define        MAXSSIZ         (2*1024*1024)           /* max stack size */
+#define        MAXSSIZ         (8*1024*1024)           /* max stack size */
 #endif
 
 /*
 #endif
 
 /*