The server is CentOS 6.8 with PHP 5.4.45.
# php -r 'echo ini_get("memory_limit")."\n";'
2G
This works the same with Ubuntu 14.04 and PHP 5.6.23
# php -r 'echo ini_get("memory_limit")."\n";'
1G
-
This reply was modified 7 years, 11 months ago by kmthompkins.