mirror of
https://github.com/php/php-src.git
synced 2024-11-23 18:04:36 +08:00
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:
parent
c5d054d3a5
commit
77b086f3f0
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user