> -----Original Message----- > From: Fabio Gomes Baptista [mailto:Fabio.Baptista@xxxxxxxxxxxxxxxxxxx] > Sent: Thursday, July 07, 2005 6:41 AM > To: Squid Mailing List (squid-users@xxxxxxxxxxxxxxx) > Subject: WARNING: Disk space over limit: > > > Hi, > > I have a squid 2.5/STABLE 9 installed and I am getting the following > messages in the cache.log: > > WARNING: Disk space over limit: 1536004 KB > 1536000 KB > > The cache_dir in squid.conf is configured like the line below: > > cache_dir ufs /usr/local/squid/var/spool 1500 128 512 > > The filesystem where the cache dir is located have 519M free. > > What can be the cause of this problem ? > > Thanks, > > Fabio Baptista Two possibilities I can think of: 1) http://www.squid-cache.org/mail-archive/squid-users/200306/0334.html 2) You've changed the default for caceh_swap_high. Something big was downloaded (and cached) that put the cache over limit. Objects should be purged to clear space. Chris