Increase PHP memory limit
Answer:
If you experienced error such as "Fatal error: Allowed memory size of 16777216 bytes exhausted ", you would need to increase the memory limit of your PHP, by editing the php.ini
vi /etc/php.ini
Locate and set
memory_limit = 32M ;
Try it with the number you need.