From: Tom Hughes Date: Fri, 21 Feb 2025 17:20:59 +0000 (+0000) Subject: Switch the dev server to use fullstaq ruby X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/6664c17f7df52458181d65a73b19f70f3efa7cc5 Switch the dev server to use fullstaq ruby --- diff --git a/roles/dev.rb b/roles/dev.rb index f85849e88..a3e67e0f0 100644 --- a/roles/dev.rb +++ b/roles/dev.rb @@ -159,6 +159,9 @@ default_attributes( } } }, + :ruby => { + :fullstaq => true + }, :sysctl => { :postgres => { :comment => "Increase shared memory for postgres",