From: Grant Slater Date: Sat, 16 Feb 2019 12:43:10 +0000 (+0000) Subject: Increase net.core.netdev_budget allowance X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/ed025724bad6a192195b1de2ceb3194532a09e8e?hp=15ad3199b542c4b0000c62f228de91c484e1b9e4;ds=inline Increase net.core.netdev_budget allowance --- diff --git a/roles/base.rb b/roles/base.rb index 3fab5ba8b..d680fddb1 100644 --- a/roles/base.rb +++ b/roles/base.rb @@ -51,7 +51,10 @@ default_attributes( }, :network_backlog => { :comment => "Increase maximum backlog for incoming network packets", - :parameters => { "net.core.netdev_max_backlog" => "2500" } + :parameters => { + "net.core.netdev_max_backlog" => "2500", + "net.core.netdev_budget" => "600" + } }, :network_conntrack_established => { :comment => "Only track established connections for four hours",