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
Ads by Google
Posted by ellen at June 07, 2013 04:06 PM
More Information
Ads by Google