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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=373
2 changed files with 2 additions and 2 deletions

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
/*

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
/*