Hello,

the script starts its job, but although running in background, it will never complete.

I can resume it from where it stopped but it takes 10 rehits or more for it to complete the job.

What am I doing wrong?

Best


Armin

Re: Although running in background script always stops after some time
« Reply #1 on: November 17, 2015, 06:45:06 AM »
Hello,

it looks like your server configuration doesn't allow to run the script long enough to create full sitemap. Please try to increase memory_limit and max_execution_time settings in php configuration at your host (php.ini file) or contact hosting support regarding this.
 
Re: Although running in background script always stops after some time
« Reply #2 on: November 17, 2015, 06:50:06 AM »
I will look into this. Doesn't the script set the max_exec time?