#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. :)
parent
53e365c06f
commit
e4be6454e0
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue