:cache => {
:proxy => {
:enable => true,
- :keys_zone => "proxy_cache_zone:64M",
+ :keys_zone => "proxy_cache_zone:128M"
}
}
},
"kernel.sched_wakeup_granularity_ns" => "15000000"
}
}
+ },
+ :tools => {
+ :cron => {
+ :load => {
+ :nice => 19,
+ :io_scheduling_class => "best-effort",
+ :io_scheduling_priority => 7
+ }
+ }
}
)