constant DRUPAL_MINIMUM_PHP_MEMORY_LIMIT in Drupal 6
Same name and namespace in other branches
- 8 core/includes/bootstrap.inc \DRUPAL_MINIMUM_PHP_MEMORY_LIMIT
- 7 includes/bootstrap.inc \DRUPAL_MINIMUM_PHP_MEMORY_LIMIT
- 9 core/includes/bootstrap.inc \DRUPAL_MINIMUM_PHP_MEMORY_LIMIT
Minimum recommended value of PHP memory_limit.
1 use of DRUPAL_MINIMUM_PHP_MEMORY_LIMIT
- system_requirements in modules/
system/ system.install - Implementation of hook_requirements().
File
- modules/
system/ system.module, line 26 - Configuration system that lets administrators modify the workings of the site.
Code
define('DRUPAL_MINIMUM_PHP_MEMORY_LIMIT', '16M');