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 :)
No comments:
Post a Comment