On Friday 14 May 2004 15:04, Christoph Haas wrote: > Hi, folks... > > this morning we found out that our cache hit ratio is zero. We started to > investigate and according to the store.log all objects were tagged > "RELEASE". There were absolutely no files cached in the cache_dir. > > We reduced the squid.conf to track down the problem. It appears that when > specifying a maximum_object_size larger than 2 GB the whole caching feature > becomes disabled. However I haven't seen anything useful in the cache.log > that would give me a hint.
if maximum_object_size is a 32 bit signed int, >2GB turns into negative number. Certainly, it can be made 64 bit, but why do you want maximum_object_size that large?! -- vda
