1
0
mirror of https://github.com/php/php-src.git synced 2026-04-03 22:22:18 +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 09f8573a77
commit 67e148a2ff

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