Closed (fixed)
Project:
XML sitemap
Version:
5.x-1.7
Component:
xmlsitemap.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Dec 2009 at 13:26 UTC
Updated:
14 Jan 2010 at 16:10 UTC
whenever I try to update a node i get this fatal error
Fatal error: Allowed memory size of 100663296 bytes exhausted (tried to allocate 1835012 bytes) in ... /sites/all/modules/xmlsitemap/xmlsitemap.module on line 496
the website is a pretty big e-com, lots of products...
Comments
Comment #1
dave reidIt's more than likely that the module is causing this. The Drupal 5 and 6.x-1.x versions are really built to scale for large amounts of data, so I really don't know how we can help you. The good news is whenever you migrate to Drupal 6, we have the great 6.x-2.x version ready for you!
Comment #2
websites-development.com commentedthis is no longer a problem for me:
firstly, I was able to increase php's memory limit from .htaccess
secondly, i noticed there's a cool setting for splitting the xml file and specifying the maximun number of lines in the file, so I've adjusted this setting
Comment #3
dave reidThanks for reporting back DeepSky! Marking as fixed.