From: Sarah Hoffmann Date: Tue, 25 Aug 2020 17:52:36 +0000 (+0200) Subject: nominatim: increase number of tracked connections X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/948c204d5052afc85aad0d734a6e5fc9584738e2 nominatim: increase number of tracked connections The number of established connections has almost doubled since the update to Ubuntu 20.04. --- diff --git a/roles/nominatim.rb b/roles/nominatim.rb index cabb80f48..cb6866542 100644 --- a/roles/nominatim.rb +++ b/roles/nominatim.rb @@ -75,7 +75,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" => "196608" } } }