From: Sam Hartman Date: Thu, 16 Nov 2000 06:35:14 +0000 (+0000) Subject: Increase stack size more so it works X-Git-Tag: debian/1.0.snap20001106-3~2 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=9e0c9eb9301986e5d43696a88fb0183bfb20406d;p=packages%2Fo%2Fopenafs.git Increase stack size more so it works --- diff --git a/src/lwp/lwp.h b/src/lwp/lwp.h index cfeca7049..2df046f42 100644 --- a/src/lwp/lwp.h +++ b/src/lwp/lwp.h @@ -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 */