I used the Generator to generate the sitemap for a site that has about 25000 links.
Although the number of pages scanned is about 20000, only 2800 are added the the sitemap. The crawling ends successfully (I get no error messages) but only a few links are added to the sitemap. Is this because of memory limit problems or might be caused by something else?
If memory limit is the problem, is there a way to generate the sitemap without changing the memory_limit value? (I tried to change it but with no luck. I think php should have been compiled with -enable-memory-limit directive).
Here is a printscreen with the generation process (just before ending).
[ External links are visible to forum administrators only ]
Thanks