Sentora Support Forums

Full Version: Fix PHP Fatal error: Allowed memory size of bytes exhausted
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

In some cases daemon can throw error:

Quote:PHP Fatal error:  Allowed memory size of 163577856 bytes exhausted

Where 163577856  depend on your system.

This means php reached maxium ram size it can use.

Fix you need to allocate more RAM for php.

For centos you edit /etc/php.ini

Value:

Code:
memory_limit =

And set new higher value.
ubuntu :
/etc/php5/apache2/php.ini