Re: [squid-users] cache_dir and max-size

2007-08-10 Thread Chris Robertson
RW wrote: If I split my cache like this: cache_dir aufs /usr/local/squid/small_obj 1700 16 256 max-size=80 cache_dir aufs /usr/local/squid/big_obj200 16 256 Presumably nothing bigger than max-size will end-up in the first cache, but how often will the smaller objects end-up in the secon

[squid-users] cache_dir and max-size

2007-08-10 Thread RW
If I split my cache like this: cache_dir aufs /usr/local/squid/small_obj 1700 16 256 max-size=80 cache_dir aufs /usr/local/squid/big_obj200 16 256 Presumably nothing bigger than max-size will end-up in the first cache, but how often will the smaller objects end-up in the second cache? As