Commit:    77b086f3f0a2207386289b8acf5717d42037ee0d
Author:    Nuno Lopes <nlop...@php.net>         Sun, 27 May 2012 20:03:58 -0400
Parents:   c5d054d3a5fc5cb3ec59fe9205e5dcb3ed8ff0ab
Branches:  master

Link:       
http://git.php.net/?p=php-src.git;a=commitdiff;h=77b086f3f0a2207386289b8acf5717d42037ee0d

Log:
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

Changed paths:
  M  run-tests.php


Diff:
diff --git a/run-tests.php b/run-tests.php
index 929de4a..2b37ec4 100755
--- a/run-tests.php
+++ b/run-tests.php
@@ -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)


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to