constant DRUPAL_MINIMUM_PHP_MEMORY_LIMIT

Minimum recommended value of PHP memory_limit.

1 use of DRUPAL_MINIMUM_PHP_MEMORY_LIMIT
system_requirements in drupal/core/modules/system/system.install
Test and report Drupal installation requirements.

File

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

Code

const DRUPAL_MINIMUM_PHP_MEMORY_LIMIT = '32M';