}
}
},
- :apt => {
- :sources => ["nginx"]
- },
:networking => {
:tcp_fastopen_key => "tile"
},
:nginx => {
- :access_log => false,
- :cache => {
- :proxy => {
- :enable => true,
- :keys_zone => "proxy_cache_zone:64M",
- }
- }
+ :access_log => false
},
:sysctl => {
:sockets => {
:network_local_port_range => {
:comment => "Increase available local port range",
:parameters => {
- "net.ipv4.ip_local_port_range" => "1024\t65000"
+ "net.ipv4.ip_local_port_range" => "1024\t65535"
}
},
:network_tcp_timewait_reuse => {
"kernel.sched_wakeup_granularity_ns" => "15000000"
}
}
+ },
+ :tools => {
+ :cron => {
+ :load => {
+ :nice => 19,
+ :io_scheduling_class => "best-effort",
+ :io_scheduling_priority => 7
+ }
+ }
}
)