32k stack size seems ok for tests on both 32/64bits build
This commit is contained in:
parent
8025efc074
commit
dd3b6cdc0f
4
php.spec
4
php.spec
@ -1125,8 +1125,8 @@ popd
|
|||||||
%check
|
%check
|
||||||
%if %runselftest
|
%if %runselftest
|
||||||
|
|
||||||
# Double stack size (required by bug54268.phpt)
|
# Increase stack size (required by bug54268.phpt)
|
||||||
ulimit -s 16384
|
ulimit -s 32712
|
||||||
|
|
||||||
cd build-apache
|
cd build-apache
|
||||||
# Run tests, using the CLI SAPI
|
# Run tests, using the CLI SAPI
|
||||||
|
Loading…
Reference in New Issue
Block a user