One of my setup is this.

                parent
cache1 ----- cache2 (non icp)

Everything was OK but when I added another cache server cache3 and define
cache1 as sibling I got forwarding loop error and after that the cache size
shrunk. ?

I have,
                      parent
192.168.1.1         192.168.1.2
cache1 ---------- cache2 (non icp)
  |     
  |  sibling
  |             parent
cache3 ---------- cache2 (non icp)
192.168.1.3           192.168.1.4       


Note that cache1 and cache3 have cache2 as parent. Now when I configure
this in cache3 which sets sibling relationship with cache1 because that has
a bigger harddisk, I get forwarding loop whereas I dont see any loop here ?

On cache3

cache_peer  cache1 sibling 3128 3130



Irfan Akber

----------
> From: Henrik Nordstrom <[EMAIL PROTECTED]>
> To: Irfan Akber <[EMAIL PROTECTED]>
> Cc: squid-users <[EMAIL PROTECTED]>
> Subject: Re: Objects purged
> Date: Tuesday, April 06, 1999 10:05 AM
> 
> Irfan Akber wrote:
>  
> > When the cache disk is full 90% squid starts removing the objects.
> 
> Yes, but only some. Squid tries to keep the disk usage inside
> cache_swap_high and cache_swap_low.
> 
> > Does squid permanently removes the object from cache or make them stale
> 
> Permanent, to make space for new objects.
> 
> > Is it possible to stop squid from removing these objects even the
harddisk cache is full.
> 
> Not unless you have a unlimited disk space.
> 
> > I think if it starts removing them and bring 5GB cache down to 1GB that
> 
> It doesn't. Not unless you have configured cache_swap_low to a very
> small value at least.
> 
> Any messages in squid/logs/cache.log and your systems messages file? It
> is possible that you are seeing some other error causing Squid to shrink
> the cache.
> 
> --
> Henrik Nordstrom
> Spare time Squid hacker


Irfan Akber

Reply via email to