X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/29fe4d397de499fbd9b7f7dcf9a5693023ab1a7a..f0669c5c4f6b6e0be40d788700ee18fe27643a77:/roles/base.rb?ds=sidebyside 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 => {