constant DRUPAL_MINIMUM_PHP_MEMORY_LIMIT in Drupal 7
Same name and namespace in other branches
- 8 core/includes/bootstrap.inc \DRUPAL_MINIMUM_PHP_MEMORY_LIMIT
- 6 modules/system/system.module \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 - Implements hook_requirements().
File
- includes/
bootstrap.inc, line 26 - Functions that need to be loaded on every Drupal request.
Code
define('DRUPAL_MINIMUM_PHP_MEMORY_LIMIT', '32M');