Skip to content

Commit

Permalink
Only set default_qdisc in base role to prevent yoyo
Browse files Browse the repository at this point in the history
  • Loading branch information
Firefishy committed Oct 12, 2022
1 parent 696ccce commit 9bb7878
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions roles/base.rb
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,9 @@
}
},
: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 => {
Expand Down

0 comments on commit 9bb7878

Please sign in to comment.