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     :squid_swappiness => {
 
  29       :comment => "Prefer not to swapout to free memory",
 
  31         "vm.swappiness" => "30"