Thursday, May 24, 2012

ARCHIVE: Increase PHP memory limit (4 methods)

Add this line in you drupal settings.php file, change the size if you want.

ini_set('memory_limit', '64M');

http://drupal.org/node/29268

No comments:

Post a Comment