summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--includes/bootstrap.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc
index 5ac108964..fe58b91b1 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', '32M');
+define('DRUPAL_MINIMUM_PHP_MEMORY_LIMIT', '40M');
/**
* Minimum supported version of MySQL, if it is used.