]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
increase stack size to prevent bosserver core dumps
authorSam Hartman <hartmans@debian.org>
Fri, 10 Nov 2000 00:01:14 +0000 (00:01 +0000)
committerSam Hartman <hartmans@debian.org>
Fri, 10 Nov 2000 00:01:14 +0000 (00:01 +0000)
src/lwp/lwp.h

index 891115b15dd70c26cf39025ca8a170931c3e4b13..cfeca7049990efdf48fe49f41ed0ee4fb38d80da 100644 (file)
@@ -286,7 +286,7 @@ extern
  * cases, and also between machines apparently running the same OS
  * version.
  */
-#define AFS_LWP_MINSTACKSIZE   (48 * 1024)
+#define AFS_LWP_MINSTACKSIZE   (96 * 1024)
 
 /* Action to take on stack overflow. */
 #define LWP_SOQUIET    1               /* do nothing */