diff options
-rw-r--r-- | includes/bootstrap.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc index f917eda9f..0b552e9e5 100644 --- a/includes/bootstrap.inc +++ b/includes/bootstrap.inc @@ -24,7 +24,7 @@ define('DRUPAL_MINIMUM_PHP', '5.2.0'); /** * Minimum recommended value of PHP memory_limit. */ -define('DRUPAL_MINIMUM_PHP_MEMORY_LIMIT', '16M'); +define('DRUPAL_MINIMUM_PHP_MEMORY_LIMIT', '32M'); /** * Minimum supported version of MySQL, if it is used. |