Re: [squid-users] Cache Size Limitation

From: <trainier@dont-contact.us>
Date: Mon, 29 Mar 2004 08:52:42 -0500

Nothing other than a "your cache limit has been reached", about 300
messages saying the same thing. I wanted a core file to see what squid
was doing.
but, after I sent it a signal 6, it only aborted and didn't write a core
file. My squid.conf is pasted below. Perhaps my core_dir isn't set
properly. Squid does have write access to that directory.

Doesn't make sense.

cache_effective_user nobody
log_fqdn on
http_port 8000
icp_port 3130
htcp_port 4827
udp_incoming_address 0.0.0.0
udp_outgoing_address 255.255.255.255
#tcp_incoming_address 172.24.0.7
tcp_outgoing_address 208.224.3.155
icp_query_timeout 2000
maximum_icp_query_timeout 2000
mcast_icp_query_timeout 2000
dead_peer_timeout 10 seconds
cache_mem 4048 MB
cache_swap_low 95
cache_swap_high 99
maximum_object_size 1000000 KB
minimum_object_size 0 KB
visible_hostname kalproxy.kal.kalsec.com
cache_dir ufs /services/squid/var/cache 4048 16 256
cache_access_log /services/squid/var/logs/access.log
cache_log /services/squid/var/logs/cache.log
ftp_passive on
ftp_sanitycheck off
refresh_pattern ^ftp: 1440 20% 10080
refresh_pattern ^gopher: 1440 0% 1440
refresh_pattern . 0 20% 4320
quick_abort_min 0 KB
quick_abort_max 0 KB
quick_abort_pct 95
acl hitachi dst 192.168.1.117
acl manager proto cache_object
acl intranet dst 192.168.1.0/255.255.255.0
acl one_nine_two src 192.168.1.0/255.255.255.0
acl one_seven_two src 172.24.0.0/255.255.0.0
acl vpn src 192.168.99.0/255.255.255.0
acl all src 0.0.0.0/0.0.0.0
acl bad_content url_regex "/services/squid/content/test.list"
acl vine src 192.168.2.0/255.255.255.0
http_access deny bad_content
http_access allow intranet
http_access allow one_nine_two
http_access allow one_seven_two
http_access allow hitachi
http_access allow vpn
http_access allow manager
http_access allow vine
redirect_program /services/squidGuard/bin/squidGuard -c
/services/squid/etc/squidguard.conf
redirect_children 20
http_reply_access allow all
http_access deny all
coredump_dir /services/squid/core

Regards,
Tim Rainier

Henrik Nordstrom <hno@squid-cache.org>
03/26/2004 08:28 PM
 
        To: trainier@kalsec.com
        cc: squid-users@squid-cache.org
        Subject: Re: [squid-users] Cache Size Limitation

On Fri, 26 Mar 2004 trainier@kalsec.com wrote:

> Our cache filled up. Squid cosumed 99% of the CPU and filled it's
memory
> buffer, at which point it nearly filled our swap partition.

This is not normal.

Was there anything of interest in cache.log?

Make sure there is always free space on the disks. Squid does not get very

happy if there is no space on the disk to write to log files etc.. (cache
is fine..)

Regards
Henrik
Received on Mon Mar 29 2004 - 06:52:45 MST

This archive was generated by hypermail pre-2.1.9 : Thu Apr 01 2004 - 12:00:03 MST