fre 2007-03-09 klockan 16:23 -0500 skrev Dave Rhodes:
> Last night the squid proc grew to over 2GB so I lowered the cache_mem
> and restarted squid to free the 2GB. The current size is 765MB and I'm
> hoping it will level off at just over 1GB. If it continues to grow
> beyond 2GB then I'm guessing it's the malloc issue.
More likely a problem of some kind. The glibc malloc is quite stable for
most workloads.
So monitor the memory utilization page using cachemgr.
#!/bin/sh
while sleep 300; do
/usr/local/squid/bin/squidclient mgr:mem
done
save the output to a file.
Regards
Henrik
This archive was generated by hypermail pre-2.1.9 : Sat Mar 31 2007 - 13:00:02 MDT