2 description "Role applied to all tile cache servers"
 
   6     :network_conntrack_time_wait => {
 
   7       :comment => "Only track completed connections for 30 seconds",
 
   9         "net.netfilter.nf_conntrack_tcp_timeout_time_wait" => "30"
 
  12     :squid_swappiness => {
 
  13       :comment => "Prefer not to swapout to free memory",
 
  15         "vm.swappiness" => "30"