From: Tom Hughes Date: Tue, 31 Jul 2018 20:50:01 +0000 (+0100) Subject: Increase nf_conntrack_max for tile caches X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/6b0bf13c37e731b328a3f2cffa8dca2131a75a77 Increase nf_conntrack_max for tile caches --- diff --git a/roles/tilecache.rb b/roles/tilecache.rb index a579079ff..12457a4ca 100644 --- a/roles/tilecache.rb +++ b/roles/tilecache.rb @@ -25,7 +25,7 @@ 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 => {