2 description "Role applied to all tile cache servers"
 
   8         :members => [:tomh, :grant, :matt, :jburgess]
 
  16     :network_conntrack_time_wait => {
 
  17       :comment => "Only track completed connections for 30 seconds",
 
  19         "net.netfilter.nf_conntrack_tcp_timeout_time_wait" => "30"
 
  22     :network_conntrack_max => {
 
  23       :comment => "Increase max number of connections tracked",
 
  25         "net.netfilter.nf_conntrack_max" => "131072"
 
  28     :kernel_tfo_listen_enable => {
 
  29       :comment => "Enable TCP Fast Open for listening sockets",
 
  31         "net.ipv4.tcp_fastopen" => 3
 
  34     :squid_swappiness => {
 
  35       :comment => "Prefer not to swapout to free memory",
 
  37         "vm.swappiness" => "30"