When I run update.php, things seem to be operating correctly until I get the updating x of x modules. Then I get the following error message. Not sure what it is or how to fix it.

Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 72 bytes) in /home/xxxxxxxxxx/public_html/includes/menu.inc on line 229

Comments

yelvington’s picture

As explained in the Drupal FAQ, you are out of memory. Increase the memory available to PHP.

kitsunechan’s picture

This page from the documentation should help: http://drupal.org/node/207036
The settings.php option works best for me. All should work fine though.