Re: [squid-users] maximum_object_size 2 GB

From: Henrik Nordstrom <hno@dont-contact.us>
Date: Fri, 20 Aug 2004 09:31:56 +0200 (CEST)

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
Received on Fri Aug 20 2004 - 01:31:59 MDT

This archive was generated by hypermail pre-2.1.9 : Wed Sep 01 2004 - 12:00:02 MDT