DRUPAL_MINIMUM_PHP_MEMORY_LIMIT

  1. drupal
    1. 6 modules/system/system.module
    2. 7 includes/bootstrap.inc
    3. 8 core/includes/bootstrap.inc

Minimum recommended value of PHP memory_limit.

File

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

Code

define('DRUPAL_MINIMUM_PHP_MEMORY_LIMIT', '32M')
Login or register to post comments