Issue #2289201 by mariano.barcia, webchick: [Meta] Make drupal install and run within reasonable php memory limits so we can reset the memory requirements to lower levels

8.0.x
Nathaniel Catchpole 2015-05-14 11:52:50 +01:00
parent ad871286d1
commit a15c86702a
1 changed files with 3 additions and 2 deletions

View File

@ -28,8 +28,9 @@ const DRUPAL_MINIMUM_PHP = '5.4.5';
/**
* Minimum recommended value of PHP memory_limit.
*
* @todo Reduce the memory required to install on some environments in
* https://www.drupal.org/node/2289201 and then decrease this 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.
*/
const DRUPAL_MINIMUM_PHP_MEMORY_LIMIT = '64M';