Drupal::MINIMUM_PHP_MEMORY_LIMIT

Same name and namespace in other branches
  1. 9 core/lib/Drupal.php \Drupal::MINIMUM_PHP_MEMORY_LIMIT
  2. 10 core/lib/Drupal.php \Drupal::MINIMUM_PHP_MEMORY_LIMIT

Minimum recommended value of PHP memory_limit.

64M was chosen as a minimum requirement in order to allow for additional contributed modules to be installed prior to hitting the limit. However, 40M is the target for the Standard installation profile.

1 use of Drupal::MINIMUM_PHP_MEMORY_LIMIT
system_requirements in core/modules/system/system.install
Implements hook_requirements().

File

core/lib/Drupal.php, line 125

Class

Drupal
Static Service Container wrapper.

Code

const MINIMUM_PHP_MEMORY_LIMIT = '64M';

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.