From: Ferenc Kovacs Date: Tue, 1 Nov 2011 21:27:57 +0000 (+0000) Subject: allocating more than 2GB memory is slow. X-Git-Tag: php-5.3.9RC1~11 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=67e148a2ff91cfa5a225d03661861e303bde0b59;p=php allocating more than 2GB memory is slow. --- diff --git a/Zend/tests/bug55509.phpt b/Zend/tests/bug55509.phpt index 3f8657facd..212cc9bbc0 100644 --- a/Zend/tests/bug55509.phpt +++ b/Zend/tests/bug55509.phpt @@ -5,6 +5,7 @@ Bug #55509 (segfault on x86_64 using more than 2G memory) if (PHP_INT_SIZE == 4) { die('skip Not for 32-bits OS'); } +if (getenv("SKIP_SLOW_TESTS")) die("skip slow test"); // check the available memory if (PHP_OS == 'Linux') { $lines = file('/proc/meminfo');