Fatal error: Allowed memory size of 16777216 bytes exhausted

Author - Webner
17.02.2015
|
0 Comments
|

You need to change the maximum memory allowed to a php script to run.
For this you need to open your php.ini (location of this file will depend on where php is installed on your machine). In my case php.ini is in /etc/php5/apache2/php.ini

Open /etc/php5/apache2/php.ini

search for memory_limit

change 16M to 32M

save file, you are good to go!

Webner Solutions is a Software Development company focused on developing Insurance Agency Management Systems, Learning Management Systems and Salesforce apps. Contact us at dev@webners.com for your Insurance, eLearning and Salesforce applications.

Leave a Reply

Your email address will not be published.