Increased stack size to 8MB just to be on the real safe side.

This commit is contained in:
Rodney W. Grimes
1993-09-01 09:38:32 +00:00
parent d6cef5599e
commit b3b174f5cd
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -72,7 +72,7 @@
#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
/*
+1 -1
View File
@@ -72,7 +72,7 @@
#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
/*