PHP Error : Allowed memory size !
« on: February 22, 2009, 09:05:47 AM »
Hi,

This is my php.ini conf:
max_execution_time = 86400;
max_input_time = 86400;
memory_limit = 1024M;

This is my script conf:
'xs_memlimit' => '256',
'xs_delay_req' => '250',
'xs_delay_ms' => '20',
etc...

I have this error in my error.log:
PHP Fatal error:  Allowed memory size of -2147483648 bytes exhausted (tried to allocate 27000695 bytes) in (...)/sitemap/pages/class.utils.inc.php(2) : eval()'d code on line 6, referer: (...)/sitemap/index.php

Any idea?

Thanks