}
}
},
- :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 => {
"net.ipv4.tcp_tw_reuse" => 1
}
},
- :kernel_tfo_listen_enable => {
- :comment => "Enable TCP Fast Open for listening sockets",
- :parameters => {
- "net.ipv4.tcp_fastopen" => 3
- }
- },
:squid_swappiness => {
:comment => "Prefer not to swapout to free memory",
:parameters => {
"kernel.sched_wakeup_granularity_ns" => "15000000"
}
}
+ },
+ :tools => {
+ :cron => {
+ :load => {
+ :nice => 19,
+ :io_scheduling_class => "best-effort",
+ :io_scheduling_priority => 7
+ }
+ }
}
)