On 23/06/2012 1:54 p.m., Linda W wrote:
Linda W wrote:
forgot to include version -- but I betchya that those who know why this
occurs know that it's special to 3.2 series related to sharing memory,
but
I could be wrong...
You got it. Shared memory pages are 32KB maximum and RAM-cache objects
must fit into one each in the present 3.2 SMP support implementation.
IIRC its only an issue if you are using shared memory in the caching.
Objects which are larger should simply not be shared (but I'm not 100%
certain on that working yet).
Amos
In analyzing the data in my cache, a few years ago admittedly (would
be larger now), I came up with 38KB being my average object size and
thus set that in
my squid.conf, and have my maximum_object_size = 1024MB (1G).
Why am I seeing messages that my **MAX** object size = 32K?? -- which is
not only VERY wrong compared to maximum object size, but also isn't even
as large as the average object size (a recent, thorough example
showed my
average object sizes were now in the 40K region.
So why would I see messages about 32K page size not being
big enough for my max or average document?