summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2009-12-07 07:25:24 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2009-12-07 07:25:24 +0000
commit271fbd6bd317ccafe574fd3d5cac4b4b3e9190bf (patch)
tree6b8d1828dfef40d77c92ad256c8c22f8140fe214 /includes
parentc897e89dbe8d552088e5b80019deb964f90bc32c (diff)
downloadbrdo-271fbd6bd317ccafe574fd3d5cac4b4b3e9190bf.tar.gz
brdo-271fbd6bd317ccafe574fd3d5cac4b4b3e9190bf.tar.bz2
#281405 by quickcel and catch: Update minimum RAM recommendation to 32MB. Would love to remove this patch by the time we ship.
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 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.