DRUPAL_MINIMUM_PHP_MEMORY_LIMIT

in modules/system/system.module

Minimum recommended value of PHP memory_limit.

<?php
define('DRUPAL_MINIMUM_PHP_MEMORY_LIMIT',    '16M');
?>
Login or register to post comments
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.