From: Grant Slater Date: Mon, 5 Jun 2023 06:36:36 +0000 (+0300) Subject: wordpress: Set 128M memory limit as required by WPML X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/270d8c89e0b8724c9b218aa730068bf18324bbb3 wordpress: Set 128M memory limit as required by WPML Signed-off-by: Grant Slater --- diff --git a/cookbooks/wordpress/resources/site.rb b/cookbooks/wordpress/resources/site.rb index 0fcad6509..393c47578 100644 --- a/cookbooks/wordpress/resources/site.rb +++ b/cookbooks/wordpress/resources/site.rb @@ -104,6 +104,7 @@ action :create do line += "define( 'FORCE_SSL_ADMIN', true);\r\n" line += "define( 'WP_FAIL2BAN_SITE_HEALTH_SKIP_FILTERS', true);\r\n" line += "define( 'WP_ENVIRONMENT_TYPE', 'production');\r\n" + line += "define( 'WP_MEMORY_LIMIT', '128M');\r\n" end line