X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/41968484ba20687b85fc9d6c4011f64d7128419a..d7239900c012c14afb3af416740b161bbdd268af:/roles/tile.rb diff --git a/roles/tile.rb b/roles/tile.rb index cb703ae71..c4b0834d1 100644 --- a/roles/tile.rb +++ b/roles/tile.rb @@ -64,6 +64,13 @@ default_attributes( "kernel.sched_min_granularity_ns" => 10000000, "kernel.sched_wakeup_granularity_ns" => 15000000 } + }, + :tcp_use_bbr => { + :comment => "Use TCP BBR Congestion Control", + :parameters => { + "net.core.default_qdisc" => "fq", + "net.ipv4.tcp_congestion_control" => "bbr" + } } }, :tile => {