How to Increase PHP Memory Limit

Edit the PHP.ini file:

vi /etc/php5/fpm/php.ini

Change the memory_limit value:

memory_limit = 512M

Restart the web server.

More Related Posts