From 271fbd6bd317ccafe574fd3d5cac4b4b3e9190bf Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Mon, 7 Dec 2009 07:25:24 +0000 Subject: #281405 by quickcel and catch: Update minimum RAM recommendation to 32MB. Would love to remove this patch by the time we ship. --- includes/bootstrap.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes') 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. -- cgit v1.2.3