]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
Increase stack size more so it works
authorSam Hartman <hartmans@debian.org>
Thu, 16 Nov 2000 06:35:14 +0000 (06:35 +0000)
committerSam Hartman <hartmans@debian.org>
Thu, 16 Nov 2000 06:35:14 +0000 (06:35 +0000)
src/lwp/lwp.h

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