Drupal 7: Fatal error: Allowed memory size of 52428800 bytes exhausted
Working with Drupal 7, you may get an error like the one below. (The actual number may be different.)
Fatal error: Allowed memory size of 52428800 bytes exhausted
If you don’t have one already, add a text file called “php.ini” to the root directory of the Drupal 7 site, and add a line like:
memory_limit = 96M
or
memory_limit = 128M
More Information
- Fatal error: Allowed memory size of 52428800 bytes exhausted
- Modules page is blank, says “page not found” or returns an error message