X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/cbd25387499f9d1e4d5dd4134d4ee523c2d12c7d..c714aba0de40828044677c7b38890e3f7ba91436:/roles/tilecache.rb diff --git a/roles/tilecache.rb b/roles/tilecache.rb index 0b19eb890..a579079ff 100644 --- a/roles/tilecache.rb +++ b/roles/tilecache.rb @@ -12,12 +12,8 @@ default_attributes( :apt => { :sources => ["nginx"] }, - :munin => { - :plugins => { - :cpu => { - :user => { :warning => 200, :critical => 400 } - } - } + :nginx => { + :access_log => nil }, :sysctl => { :network_conntrack_time_wait => { @@ -32,6 +28,12 @@ default_attributes( "net.netfilter.nf_conntrack_max" => "131072" } }, + :kernel_tfo_listen_enable => { + :comment => "Enable TCP Fast Open for listening sockets", + :parameters => { + "net.ipv4.tcp_fastopen" => 3 + } + }, :squid_swappiness => { :comment => "Prefer not to swapout to free memory", :parameters => {