Double the stack as it still runs out on occasion

This commit is contained in:
Chris Young 2014-06-01 08:46:22 +01:00
parent a98b946ca2
commit ea01d6b3fc
1 changed files with 1 additions and 1 deletions

View File

@ -180,7 +180,7 @@ bool cli_force = false;
static char *current_user;
static char *current_user_dir;
static const __attribute__((used)) char *stack_cookie = "\0$STACK:131072\0";
static const __attribute__((used)) char *stack_cookie = "\0$STACK:262144\0";
const char * const versvn;
const char * const verdate;