Fatal error: Allowed memory size of [###] bytes exhausted (tried to allocate [###] bytes) in [path]/[file].php on line [###]

MailSuite Pro MailSuite Pro MailSuite Pro WebMail Pro WebMail Pro WebMail Pro Windows Windows Windows Linux Linux Linux Red-Hat Red-Hat Red-Hat CentOS CentOS CentOS Debian Debian Debian PHP PHP PHP IIS IIS IIS Apache Apache Apache problem problem problem error error error
This error caused by limitation of memory available for PHP script. Increase memory_limit PHP configuration setting (see the [PHP manual]). After editing the PHP configuration file, you will probably need to restart your web server. Check your server manual to find out how to do that. You should add the following line (or change existing) into your php.ini file:

 * memory_limit = 60M

We recommend you to specify not less than 50M because large messages require additional memory for processing.
Back to articles list