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:config_at_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:config_at_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
Received on Thu Aug 26 2010 - 11:53:58 MDT
This archive was generated by hypermail 2.2.0 : Fri Aug 27 2010 - 12:00:03 MDT