diff options
author | Remi Collet <fedora@famillecollet.com> | 2013-06-21 12:24:27 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2013-06-21 12:24:27 +0200 |
commit | 1816c4d5cc40480ca6caafad543b146b815023a1 (patch) | |
tree | 481cb6c1addaefa1beb24103ff1babf01203f339 /php55.spec | |
parent | 5fe9fd06050b9950266713cabf0c4d339196267f (diff) |
php 5.5: 32k stack size seems ok for both 32/64bits build
Diffstat (limited to 'php55.spec')
-rw-r--r-- | php55.spec | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |