PHP Fatal error
« on: June 26, 2011, 10:36:29 AM »
Hi !

After a while from starting runcrawl.php, I got this error :


PHP Fatal error:  Allowed memory size of 268435456 bytes exhausted (tried to allocate 18375569 bytes) in /home/www/generator/pages/class.utils.inc.php(2) : eval()'d code on line 27


On my /etc/php5/cli/php.ini I got :
memory_limit = -1 (so unlimited)

What's wrong ?

Thank you

David
Re: PHP Fatal error
« Reply #1 on: June 26, 2011, 03:34:22 PM »
Hello,

please make sure that you have it unlimited in generator configuration as well (there is a setting for memory limit).
Re: PHP Fatal error
« Reply #2 on: June 26, 2011, 05:26:03 PM »
Thanks it seems to be ok right now