X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/408167177a7b2fff9d68415611a056482a60fc44..8a4a9679c8e490910bded7466efe9b46ed23884a:/roles/tilecache.rb diff --git a/roles/tilecache.rb b/roles/tilecache.rb index 313c262f4..38dea9b12 100644 --- a/roles/tilecache.rb +++ b/roles/tilecache.rb @@ -12,6 +12,9 @@ default_attributes( :apt => { :sources => ["nginx"] }, + :nginx => { + :access_log => false + }, :sysctl => { :network_conntrack_time_wait => { :comment => "Only track completed connections for 30 seconds", @@ -22,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" + } + }, + :network_local_port_range => { + :comment => "Increase available local port range", + :parameters => { + "net.ipv4.ip_local_port_range" => "4096 64000" } }, :kernel_tfo_listen_enable => {