How to increase the memory limit in Drupal
Posted Sat, 08/01/2009 - 23:28 by Josh
Quick way to increase PHP memory limit in Drupal: add the following line to the file located at /sites/default/settings.php:
ini_set('memory_limit','64M');
- Tags:














