PHP memory_limit local value does not match php.ini value
- by Buttle Butkus
CentOS system.
Summary: changed memory_limit in master and local php.ini and yet no change in the local value for a particular virtual host.
Trying to improve performance, I set the memory_limit to 1024M in /etc/php.ini
phpinfo() shows Master and Local values for other virtual hosts on the server as 1024M. Changing the value in /etc/php.ini…