DRUPAL_MINIMUM_PHP_MEMORY_LIMIT
in includes/bootstrap.inc
Minimum recommended value of PHP memory_limit.
<?php
define('DRUPAL_MINIMUM_PHP_MEMORY_LIMIT', '16M');
?>
Login or register to post comments in includes/bootstrap.inc
Minimum recommended value of PHP memory_limit.
<?php
define('DRUPAL_MINIMUM_PHP_MEMORY_LIMIT', '16M');
?>
Login or register to post comments