From e4be6454e0328c7d50a822e4ae32baf748ce6fca Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Fri, 15 Jan 2010 14:25:35 +0000 Subject: [PATCH] #281405: Temporarily raise memory requirement to 40M, to cut down on support requests post-alpha. Let's work to get this back to 32M shortly. :) --- includes/bootstrap.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc index 5ac10896481..fe58b91b1e4 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.