How do I Increase the memory available to Drupal in a hosting environment.
Tue, 2010-05-11 20:31 | Franco
This is something I have to do frequently so I am posting it here so I dont have to search for it!
Increase PHP memory limit (4 methods)
The one I use most is to use my php.ini file or do it inside the drupal settings.php file.
settings.php:
ini_set('memory_limit', '96M');php.ini:
memory_limit = 16M