Hi

When I allocate for instance 2 GB cache_mem, then the
squidclient-output seems wrong:

squidy:/ # grep -i cache_mem /etc/squid/squid.conf
cache_mem 2048 MB

squidy:/tmp # squidclient mgr:con...@something | grep -i "cache_mem"
cache_mem -2147483648 bytes



When I associate 4 GB, then the squidclient see no cache_mem:
squidy:/ # grep -i cache_mem /etc/squid/squid.conf
cache_mem 4096 MB

squidy:/ # squidclient mgr:con...@something | grep -i "cache_mem"
cache_mem 0 bytes


Is this a bug? How can I check, how much cache_mem is effective associated?
Thanks a lot.
Tom

Reply via email to