From 928361636cbc2c5922d79b2753c873fccae09f89 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Sun, 10 Oct 2010 15:53:54 +0000 Subject: #281405 follow-up by David_Rothstein: Set maximum RAM requirement back down to 32M rather than 40M. --- 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 21e9a6d4b..8575cb428 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', '40M'); +define('DRUPAL_MINIMUM_PHP_MEMORY_LIMIT', '32M'); /** * Minimum supported version of MySQL, if it is used. -- cgit v1.2.3