W3cubDocs

/Drupal 8

constant 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.

File

core/includes/bootstrap.inc, line 31
Functions that need to be loaded on every Drupal request.

Code

const DRUPAL_MINIMUM_PHP_MEMORY_LIMIT = '64M';

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!includes!bootstrap.inc/constant/DRUPAL_MINIMUM_PHP_MEMORY_LIMIT/8.1.x