1
0
mirror of https://github.com/php/php-src.git synced 2026-04-15 20:11:02 +02:00

allocating more than 2GB memory is slow.

This commit is contained in:
Ferenc Kovacs
2011-11-01 21:27:57 +00:00
parent 7cd55955d1
commit 236bf63b8b

View File

@@ -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');