summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2010-10-10 15:53:54 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2010-10-10 15:53:54 +0000
commit928361636cbc2c5922d79b2753c873fccae09f89 (patch)
tree64c1eaeb0e0b744c790ff54931f55de90c05e241 /includes
parenta67aa89c624c0f3e53bc6768626e83595f391b0b (diff)
downloadbrdo-928361636cbc2c5922d79b2753c873fccae09f89.tar.gz
brdo-928361636cbc2c5922d79b2753c873fccae09f89.tar.bz2
#281405 follow-up by David_Rothstein: Set maximum RAM requirement back down to 32M rather than 40M.
Diffstat (limited to 'includes')
-rw-r--r--includes/bootstrap.inc2
1 files changed, 1 insertions, 1 deletions
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.