Ubuntu: Increase Max Memory for php5-fpm website #PHP #Nginx #Markdown
In some cases the default memory allocation for php is not enough to run an application properly.
Update the php5-fpm config.
sudo vi /etc/php5/fpm/php.ini
Set memory_limit = 512M
Restart the php5-fpm service.
sudo service php5-fpm restart