From: Sam Hartman Date: Fri, 10 Nov 2000 00:01:14 +0000 (+0000) Subject: increase stack size to prevent bosserver core dumps X-Git-Tag: debian/1.0.snap20001106-2~7 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=2412af1928e16bda98d036f690906fe523fe57e0;p=packages%2Fo%2Fopenafs.git increase stack size to prevent bosserver core dumps --- diff --git a/src/lwp/lwp.h b/src/lwp/lwp.h index 891115b15..cfeca7049 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 (48 * 1024) +#define AFS_LWP_MINSTACKSIZE (96 * 1024) /* Action to take on stack overflow. */ #define LWP_SOQUIET 1 /* do nothing */