Hi,
I am running a proxy-only squid 3.0 Stable 8 ( no caching ) , but after 
sometime squid memory usage starts to increase. why should it consume memory if 
it is not caching anything ? is there anything wrong with my config ?

acl manager proto cache_object
hierarchy_stoplist cgi-bin ?
icp_port 0
http_port 192.168.10.1:3128 transparent

cache_dir null /tmp
cache deny all

coredump_dir /var/spool/squid3

access_log /var/log/squid3/access.log squid

dns_nameservers 127.0.0.1 4.2.2.4 192.9.9.3

acl QUERY urlpath_regex cgi-bin \?
no_cache deny QUERY

client_db off

half_closed_clients off

acl localhost src 192.168.10.0/255.255.255.0

acl CONNECT method CONNECT

http_access allow localhost
http_access allow CONNECT
http_access deny all

Regards

Reply via email to