Why I do not see my sitemap after running for 3 hours!
« on: July 25, 2008, 07:34:03 AM »
Hi there,

I have about 3,000 pages.

I need to keep clicking "Run Now" every 15 minutes to generate the sitemap.

But, until now, my sitemap.XML still 0 kB in size. 

Please help!  If this is not working, I will need to ask for refund!
Re: Why I do not see my sitemap after running for 3 hours!
« Reply #1 on: July 25, 2008, 03:58:57 PM »
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: Why I do not see my sitemap after running for 3 hours!
« Reply #2 on: July 25, 2008, 05:27:00 PM »
What is the good figure to begin with?


post_max_size = 100M

max_execution_time = 36000

Once I change it, how should I make the php.ini take effect?
Re: Why I do not see my sitemap after running for 3 hours!
« Reply #3 on: July 25, 2008, 08:12:37 PM »
That should be enough, although you should change memory_limit instead of post_max_size.
 Depending on server setup it might be required to restart Apache for changes to take effect.
Re: Why I do not see my sitemap after running for 3 hours!
« Reply #4 on: July 26, 2008, 02:21:45 AM »
I don't see memory_limit in the php.ini file.

Isn't memory_limit = 20M

or

memory_limit = 20000

Is 20 MB a good figure to start? Please advise.