On Fri, 20 Aug 2004, Glatzel Tino wrote:
if the parameter maximum_object_size 2 GB is set squid dont cache files on the disk. Why ? The squid is squid-2.5.STABLE6 with the ufs-patch.
Probably you are using a 32-bit CPU and some variable overflows... Slightly less than 2 GB (i.e. 2046 MB) should work better.
On a 32-bit CPU normal variables can only have values up to 2 GB - 1 byte. Above that the value becomes negative and above 4 GB is wraps around to 0 again..
Regards Henrik
