summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2014-10-30 21:51:52 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2014-10-30 21:51:52 +0000
commitc3522ea74785426e00335ec2652cabe8b23f3378 (patch)
tree9cf175fcc412ca492c681a1b53c054e6c85e98a9
parentc646d05ae572c6e9a53139ad2867a41bfeaa86c2 (diff)
downloadnetsurf-c3522ea74785426e00335ec2652cabe8b23f3378.tar.gz
netsurf-c3522ea74785426e00335ec2652cabe8b23f3378.tar.bz2
Change min stack (again) to 128K
It has come to my attention that some websites (eg amigakit.com) are using marginally more than the 96K stack space set previously. This should give plenty of breathing space.
-rw-r--r--amiga/gui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/amiga/gui.c b/amiga/gui.c
index 4788a08b0..aef075967 100644
--- a/amiga/gui.c
+++ b/amiga/gui.c
@@ -191,7 +191,7 @@ static char *current_user;
static char *current_user_dir;
static char *current_user_faviconcache;
-static const __attribute__((used)) char *stack_cookie = "\0$STACK:98304\0";
+static const __attribute__((used)) char *stack_cookie = "\0$STACK:131072\0";
const char * const versvn;
const char * const verdate;