From 948c204d5052afc85aad0d734a6e5fc9584738e2 Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Tue, 25 Aug 2020 19:52:36 +0200 Subject: [PATCH] nominatim: increase number of tracked connections The number of established connections has almost doubled since the update to Ubuntu 20.04. --- roles/nominatim.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" } } } -- 2.45.1