#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. :)

merge-requests/26/head
Angie Byron 2010-01-15 14:25:35 +00:00
parent 53e365c06f
commit e4be6454e0
1 changed files with 1 additions and 1 deletions

View File

@ -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.