I'm running into a memory issue that leads to a fatal error when tracking menu items.

Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 5 bytes) in /Applications/MAMP/htdocs/mysite/sites/all/modules/configuration/lib/Drupal/configuration/Config/MenuLinkConfiguration.php on line 81

In Tracking tab, menu items appear frozen on Processing...

Screen capture

Could accents have anything to do with this bug?
Any ideas how I can strop tracking these menu items?

Thanks

CommentFileSizeAuthor
Configurations for Menu items 2.png22.32 KBbisonbleu
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

bisonbleu’s picture

Issue summary: View changes

Adding a note about accents.

bisonbleu’s picture

Priority: Normal » Major

Update #1

I've tried to stop tracking User Menu using drush csto menu.user_menu
Going nowhere. Same Fatal error. My Drupal install is running on 512M of memory.

Bumping Priority to 'Major'.

aangel’s picture

A workaround that will stop tracking would be to edit the tracker.inc file directly.

Remove the lines from the array that are causing trouble. Below is an example array with two items:

$tracked = array (
  'menu.menu-country-selector' => 'ccdea9dafbac65a9ea692401dd8d20a25f36d2cc',
  'menu.menu-country-selector: -- Japan' => '291f8758ab320f2b94af74507dd5706bfa487fe7',
);