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     :network_conntrack_max => {
 
  16       :comment => "Increase max number of connections tracked",
 
  18          "net.netfilter.nf_conntrack_max" => "131072"
 
  21     :squid_swappiness => {
 
  22       :comment => "Prefer not to swapout to free memory",
 
  24         "vm.swappiness" => "30"