Skip to content
Snippets Groups Projects
Commit 271fbd6b authored by Angie Byron's avatar Angie Byron
Browse files

#281405 by quickcel and catch: Update minimum RAM recommendation to 32MB....

#281405 by quickcel and catch: Update minimum RAM recommendation to 32MB. Would love to remove this patch by the time we ship.
parent c897e89d
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -24,7 +24,7 @@
/**
* 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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment