X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/d1feb3c5baa074d824fd67142de6b43b60dc10dd..b0e42ea229284e21d5d05b2e87153c733efb81d1:/roles/tilecache.rb diff --git a/roles/tilecache.rb b/roles/tilecache.rb index 86a494285..c7f4ac75a 100644 --- a/roles/tilecache.rb +++ b/roles/tilecache.rb @@ -12,12 +12,8 @@ default_attributes( :apt => { :sources => ["nginx"] }, - :munin => { - :plugins => { - :cpu => { - :user => { :warning => 100, :critical => 200 } - } - } + :nginx => { + :access_log => false }, :sysctl => { :network_conntrack_time_wait => { @@ -29,7 +25,13 @@ default_attributes( :network_conntrack_max => { :comment => "Increase max number of connections tracked", :parameters => { - "net.netfilter.nf_conntrack_max" => "131072" + "net.netfilter.nf_conntrack_max" => "262142" + } + }, + :kernel_tfo_listen_enable => { + :comment => "Enable TCP Fast Open for listening sockets", + :parameters => { + "net.ipv4.tcp_fastopen" => 3 } }, :squid_swappiness => {