- },
- :no_tcp_slow_start => {
- :comment => "REMOVE ME: Temporary Reset TCP slow start back to kernel default",
- :parameters => {
- "net.ipv4.tcp_slow_start_after_idle" => "1",
- "net.ipv4.tcp_no_metrics_save" => "0"
- }
- },
- :tcp_use_bbr => {
- :comment => "Use TCP BBR Congestion Control",
- :parameters => {
- "net.core.default_qdisc" => "fq",
- "net.ipv4.tcp_congestion_control" => "bbr"
+ }
+ },
+ :tools => {
+ :cron => {
+ :load => {
+ :nice => 19,
+ :io_scheduling_class => "best-effort",
+ :io_scheduling_priority => 7