OK-I've attempted a map of only 2000 pages. The crawler got to 719 and then gave me this:
Fatal error: Allowed memory size of 29360128 bytes exhausted (tried to allocate 131 bytes) in /path/to/my/powweb/htdocs/dir of sitemap generator/pages/class.grab.inc.php(2) : eval()'d code on line 266
What can I change now to make it work?
I didn't have any problems with this until I started generating dynamic pages and went over 500 pages. Another site of mine (diff server) has no problems at all generating the limit I have given it of 2000. On the other hand, This space maps 500 pages with no problem.....but I can do that for free! Help me out here.
UPDATE: OK I went back to php.ini and changed this line:
memory_limit = 29M to memory_limit = 50M
Made sense to me, and so far it's working. I'm at about 1100 pages. I"ll post back if I have more trouble.