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 :)
Saturday, 30 October 2010
Fatal error: Out of memory (allocated +) (tried to allocate + bytes) ?
Posted on 13:35 by Unknown
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment