[squid-users] 4.1 exception PageStack.cc(106)

Amos Jeffries squid3 at treenet.co.nz
Tue Aug 7 14:01:11 UTC 2018


On 07/08/18 04:53, Heiler Bemerguy wrote:
> Em 06/08/2018 13:39, Amos Jeffries escreveu:
>>
>>> workers 5
>>> cache_mem 5500 MB
>>> cache_dir rock /cache2 130000 min-size=1 max-size=196608
>>> cache_dir rock /cache3 130000 min-size=196609 max-size=624288
>>> cache_dir rock /cache4 130000 min-size=624289 max-swap-rate=500
>>> swap-timeout=500

The number of slots these cache_dir require is 0-800 million, 800-1600
million, and 2.4+ billion. The latter is outside of the range of values
which the 32-bit slot IDs can be assigned. I think this is where your
initial exception is coming from.

You need to increase the slot sizes to be larger than the default 32KB
on at least that large caches.


>>>
>>>> And what *-bit type (eg 16, 32, 64, 128) is the machine displaying
>>>> these
>>>> errors?
>>> How can I get that?!
>> That depends on your OS.  On Linux "uname -a" provides the relevant type
>> info. I'm not sure for other OS which lack that tool.
> 
> Linux proxy 3.16.0-4-amd64 #1 SMP Debian 3.16.43-2+deb8u1 (2017-06-18)
> x86_64 GNU/Linux
> 


Amos


More information about the squid-users mailing list