How to increase the memory limit in Drupal

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');