X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/8d616c2fff62ae56d1f491c563c1ee0368178fe6..67c05c6c4b484a6cdac9473b4e6951e5c76c42a3:/roles/base.rb diff --git a/roles/base.rb b/roles/base.rb index cad8821f7..bc08d820c 100644 --- a/roles/base.rb +++ b/roles/base.rb @@ -69,9 +69,10 @@ default_attributes( } }, :default_qdisc => { - :comment => "Use fq as the default queuing discipline", + :comment => "Use fq as the default queuing discipline and bbr for congestion control", :parameters => { - "net.core.default_qdisc" => "fq" + "net.core.default_qdisc" => "fq", + "net.ipv4.tcp_congestion_control" => "bbr" } }, :tune_cpu_scheduler => {