diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-01-15 14:25:35 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-01-15 14:25:35 +0000 |
commit | e4be6454e0328c7d50a822e4ae32baf748ce6fca (patch) | |
tree | 238957bc9401c4a3242ae722c0a2ac1a57bbab84 | |
parent | 53e365c06f910796ea36a2c54fc55fcb3d07c904 (diff) | |
download | brdo-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.inc | 2 |
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. |