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

dave reid’s picture

It'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!

websites-development.com’s picture

this 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

dave reid’s picture

Status: Active » Fixed

Thanks for reporting back DeepSky! Marking as fixed.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.