X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/ab47927c016597f8602b81dcdc168ad5c335389d..ff6e215ca12d2efe3493da1eb0152751ceef7162:/roles/wiki.rb diff --git a/roles/wiki.rb b/roles/wiki.rb index 69a8743e2..b7243e293 100644 --- a/roles/wiki.rb +++ b/roles/wiki.rb @@ -24,6 +24,7 @@ default_attributes( } }, :exim => { + :smarthost_via => "fafnir.openstreetmap.org:26", :trusted_users => %w[www-data wiki], :aliases => { :root => "grant" @@ -37,10 +38,18 @@ default_attributes( ] }, :memcached => { - :memory_limit => 1024, + :memory_limit => 4096, :connection_limit => 8192, - :chunk_growth_factor => 1.05, - :min_item_size => 5 + :chunk_growth_factor => 1.25, + :min_item_size => 48 + }, + :sysctl => { + :swappiness => { + :comment => "Reduce swap usage", + :parameters => { + "vm.swappiness" => 10 + } + } }, :mysql => { :settings => {