Allowed Memory Size Exhausted
« on: April 17, 2009, 10:44:37 AM »
Hello,
I´ve read several of the posts regarding the exceeded memory issues and have tried adjusting the configurations but still cannot manage to get the sitemap generator to run correctly.

I still receive memory size exhausted error, as follows:

Fatal error: Allowed memory size of 18874368 bytes exhausted (tried to allocate 2208425 bytes) in /home/sosojuic/public_html/generator/pages/class.utils.inc.php(2) : eval()'d code on line 6

My configuration settings are:

Maximum execution time, seconds: 9000
Maximum memory usage, MB: 18
Make a delay between requests, X seconds after each N requests: 5 s after every 100 requests

Also, in my php.ini I have the following:

max_execution_time = 120   
max_input_time = 60   
memory_limit = 128M
Re: Allowed Memory Size Exhausted
« Reply #1 on: April 18, 2009, 01:02:27 AM »
Hello,

you should increase the "Maximum memory usage, MB:" setting, please set it to "256".
Re: Allowed Memory Size Exhausted
« Reply #2 on: April 22, 2009, 09:43:16 AM »
I have the same error !


What to do ?

My configuration are correct.