We tracked down a problem with a site where the xmlsitemap_menu module was causing the menu_router to exhaust memory and throw an error.

Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 256 bytes) in /var/www/elite.dev/includes/menu.inc on line 3811

The error occurred when saving a view. We tracked it down to the menu_router which led us to xmlsitemap_menu. Once we disabled the module the problem went away.

Comments

schiavone created an issue. See original summary.

bucefal91’s picture

Status: Active » Closed (duplicate)

Hi!

To me it seems like a duplicate of #1788284: XML Sitemap Menu gets stuck in a loop, in very specific case. I'll close this one as it seems more "dead" than the other one. Feel free to reopen it if you think it is not a duplicate.

I will also post my findings in the other ticket.