2 description "Role applied to all tile cache servers"
8 :members => [:tomh, :grant, :matt, :jburgess]
13 :tcp_fastopen_key => "tile"
20 :comment => "Increase size of connection queue",
22 "net.core.somaxconn" => 10000
25 :network_conntrack_time_wait => {
26 :comment => "Only track completed connections for 30 seconds",
28 "net.netfilter.nf_conntrack_tcp_timeout_time_wait" => "30"
31 :network_conntrack_max => {
32 :comment => "Increase max number of connections tracked",
34 "net.netfilter.nf_conntrack_max" => "524288"
37 :network_local_port_range => {
38 :comment => "Increase available local port range",
40 "net.ipv4.ip_local_port_range" => "1024\t65535"
43 :network_tcp_timewait_reuse => {
44 :comment => "Allow tcp timewait reuse",
46 "net.ipv4.tcp_tw_reuse" => 1
49 :squid_swappiness => {
50 :comment => "Prefer not to swapout to free memory",
52 "vm.swappiness" => "1"
56 :comment => "Tune scheduler",
58 "kernel.sched_min_granularity_ns" => "10000000",
59 "kernel.sched_wakeup_granularity_ns" => "15000000"
67 :io_scheduling_class => "best-effort",
68 :io_scheduling_priority => 7