summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2010-01-15 14:25:35 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2010-01-15 14:25:35 +0000
commite4be6454e0328c7d50a822e4ae32baf748ce6fca (patch)
tree238957bc9401c4a3242ae722c0a2ac1a57bbab84
parent53e365c06f910796ea36a2c54fc55fcb3d07c904 (diff)
downloadbrdo-e4be6454e0328c7d50a822e4ae32baf748ce6fca.tar.gz
brdo-e4be6454e0328c7d50a822e4ae32baf748ce6fca.tar.bz2
#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. :)
-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.