summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2013-06-21 12:24:27 +0200
committerRemi Collet <fedora@famillecollet.com>2013-06-21 12:24:27 +0200
commit1816c4d5cc40480ca6caafad543b146b815023a1 (patch)
tree481cb6c1addaefa1beb24103ff1babf01203f339
parent5fe9fd06050b9950266713cabf0c4d339196267f (diff)
php 5.5: 32k stack size seems ok for both 32/64bits build
-rw-r--r--php55.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/php55.spec b/php55.spec
index 93fd8b7..4ad64ca 100644
--- a/php55.spec
+++ b/php55.spec
@@ -1301,7 +1301,7 @@ popd
cd build-apache
# Double stack size (required by bug54268.phpt)
-ulimit -s 16384
+ulimit -s 32712
# Run tests, using the CLI SAPI
export NO_INTERACTION=1 REPORT_EXIT_STATUS=1 MALLOC_CHECK_=2