X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/8d616c2fff62ae56d1f491c563c1ee0368178fe6..76157b584c57d86aa2fb79ee2101dde544f2c7a5:/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 => {