X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/2bfb0ef07fb64314f5c4ded641a8c280df9c1d0b..ff6e215ca12d2efe3493da1eb0152751ceef7162:/roles/base.rb diff --git a/roles/base.rb b/roles/base.rb index 879a11a3d..2da7e4e24 100644 --- a/roles/base.rb +++ b/roles/base.rb @@ -74,10 +74,9 @@ default_attributes( } }, :default_qdisc => { - :comment => "Use fq as the default queuing discipline and cubic for congestion control", + :comment => "Use fq as the default queuing discipline", :parameters => { - "net.core.default_qdisc" => "fq", - "net.ipv4.tcp_congestion_control" => "cubic" + "net.core.default_qdisc" => "fq" } }, :tune_cpu_scheduler => {