On Tue, 29 Mar 2005, netcraft wrote:
We use squid to accelerate our dynamic pages(resin/jsp), some pages are setting to very short expiry time(2min). and some are one day. It works good at the beginning, But I meet a strange problem: when squid start, it use about 8% of cpu time. the speed is fast. after 2 or 3 days, the cpu usage grows up to 49%, and the speed is slow.
Try the following
half_closed_clients off quick_abort_min 0 KB quick_abort_max 0 KB
and don't set maximum_object_size_in_memory overly large.
Regards Henrik