summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--demos/pexpr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/pexpr.c b/demos/pexpr.c
index aaa1b6c72..b5265ef1e 100644
--- a/demos/pexpr.c
+++ b/demos/pexpr.c
@@ -227,7 +227,7 @@ setup_error_handler (void)
setrlimit (RLIMIT_DATA, &limit);
getrlimit (RLIMIT_STACK, &limit);
- limit.rlim_cur = 1 * 1024 * 1024;
+ limit.rlim_cur = 4 * 1024 * 1024;
setrlimit (RLIMIT_STACK, &limit);
SIGNAL (SIGXCPU);