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