128 MB is enough for everyone (TM)

this is an initial tentative to avoid some testcases go crazy and consume 16 GB of memory. Additional measures will have to be taken if the problem persists.
Please patch individual tests that really require more than 128MB of memory
This commit is contained in:
Nuno Lopes 2012-05-27 20:03:58 -04:00
parent c5d054d3a5
commit 77b086f3f0

View File

@ -239,6 +239,7 @@ $ini_overwrites = array(
'magic_quotes_runtime=0',
'ignore_repeated_errors=0',
'precision=14',
'memory_limit=128M',
);
function write_information($show_html)