}
},
:squid => {
- :cache_mem => "400 MB",
+ :cache_mem => "250 MB",
:cache_dir => "coss /store/squid/coss-01 7500 block-size=8192 max-size=262144 membufs=30"
},
:sysctl => {
"kernel.sched_min_granularity_ns" => 10000000,
"kernel.sched_wakeup_granularity_ns" => 15000000
}
+ },
+ :network_conntrack_max => {
+ :comment => "Increase max number of connections tracked",
+ :parameters => {
+ "net.netfilter.nf_conntrack_max" => "65536"
+ }
}
},
:tilecache => {