X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/7574f99c912236460176f19868a7ea4b42f1c357..ca0e23852a9523282075fe78076b2deeca69ee53:/roles/tilecache.rb diff --git a/roles/tilecache.rb b/roles/tilecache.rb index c7f4ac75a..e2cad2518 100644 --- a/roles/tilecache.rb +++ b/roles/tilecache.rb @@ -25,7 +25,13 @@ default_attributes( :network_conntrack_max => { :comment => "Increase max number of connections tracked", :parameters => { - "net.netfilter.nf_conntrack_max" => "262142" + "net.netfilter.nf_conntrack_max" => "524288" + } + }, + :network_local_port_range => { + :comment => "Increase available local port range", + :parameters => { + "net.ipv4.ip_local_port_range" => "4096 64000" } }, :kernel_tfo_listen_enable => {