Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!

Author Topic: Fatal error: Out of memory (allocated +) (tried to allocate + bytes)  (Read 2574 times)

0 Members and 1 Guest are viewing this topic.

Haripriya H

  • Guest
Guys,

Please increase the memory size in php.ini file. If it does not work just put following directives in the httpd.conf file and restart apache :

====
RLimitMEM 447392422
RLimitCPU 240
====

You may have increased the RLimitMEM size since above has in bytes.

OR : You can set -1 at ini_set('memory_limit', '-1'); This has in the configuration file of the script.

Try :)