RE: [squid-users] Oom-killer and Squid

From: Henrik Nordstrom <henrik@dont-contact.us>
Date: Sat, 10 Mar 2007 12:41:26 +0100

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

Received on Sat Mar 10 2007 - 04:41:34 MST

This archive was generated by hypermail pre-2.1.9 : Sat Mar 31 2007 - 13:00:02 MDT