Re: Help me urgently : How can I speed up our squid?

From: jaeyeon jung <jjung@dont-contact.us>
Date: Mon, 2 Feb 1998 11:18:17 -0800 (PST)

 How much memory do you have?
 
> cache_mem 896
 This parameter indicates maximum amount of VM used to store objects in memory.
 Squid might cosumes much more memory than this . i.e for per-object metadata,
 data structure.... Release Note says that " As a rule-of-thumb, you should
 probably set 'cache_mem' to 1/3 of your machine's physical memory amount..."

 If memory is not bottleneck, check your number of file descriptor...

 Jaeyeon Jung
 -------------
 jyjung@cosmos.kaist.ac.kr
 jjung@nlanr.net
 
  

> cache_swap 5000
> cache_swap_low 85
> cache_swap_high 90
> cache_mem_low 75
> cache_mem_high 90
> ipcache_size 1024
> ipcache_low 90
> ipcache_high 95
> cache_dir /home1/squid/cache
> cache_dir /home9/squid/cache
> cache_dir /home3/squid/cache
> cache_dir /home11/squid/cache
> cache_dir /home5/squid/cache
> cache_dir /home13/squid/cache
> cache_dir /home7/squid/cache
> cache_dir /home15/squid/cache
> cache_dir /home2/squid/cache
> cache_dir /home10/squid/cache
> cache_dir /home4/squid/cache
> cache_dir /home12/squid/cache
> cache_dir /home6/squid/cache
> cache_dir /home14/squid/cache
> cache_dir /home8/squid/cache
> cache_dir /home8/squid/cache
> cache_access_log /home16/squid/logs/access.log
> cache_log /home16/squid/logs/cache.log
> cache_store_log /home16/squid/logs/store.log
> emulate_httpd_log off
> pid_filename /home16/squid/logs/squid.pid
> debug_options ALL,1
> ftpget_program /usr/local/squid/bin/ftpget
> ftpget_options -n 60 -R -W
> cache_dns_program /usr/local/squid/bin/dnsserver
> dns_children 32
> request_size 10000
> refresh_pattern . 0 20% 4320
> reference_age 2 weeks
> quick_abort -1 0 0
> negative_ttl 5
> positive_dns_ttl 360
> connect_timeout 60
> read_timeout 5
> client_lifetime 100
> shutdown_lifetime 30
> acl manager proto cache_object
> acl localhost src 127.0.0.1/255.255.255.255
> acl all src 0.0.0.0/0.0.0.0
> acl SSL_ports port 443 563
> acl Dangerous_ports port 7 9 19
> acl CONNECT method CONNECT
> acl INTRA dst 165.244.227.0/255.255.255.0
> acl LIC1 src 165.243.64.0/255.255.255.0
> acl LIC2 src 165.243.65.0/255.255.255.0
> acl LIC3 src 165.243.66.0/255.255.255.0
> acl LIC4 src 165.243.67.0/255.255.255.0
> acl LIC5 src 165.243.68.0/255.255.255.0
> acl LIC6 src 165.243.69.0/255.255.255.0
> acl LIC7 src 165.243.70.0/255.255.255.0
> acl LIC8 src 165.243.71.0/255.255.255.0
> acl LIC9 src 165.243.72.0/255.255.255.0
> acl LICA src 165.243.73.0/255.255.255.0
> acl LICB src 165.243.74.0/255.255.255.0
> http_access allow manager 165.243.19.0/255.255.255.0
> http_access deny CONNECT !SSL_ports
> http_access deny Dangerous_ports
> http_access deny INTRA
> http_access deny LICA
> http_access deny LICB
> http_access deny LIC1
> http_access deny LIC2
> http_access deny LIC3
> http_access deny LIC4
> http_access deny LIC5
> http_access deny LIC6
> http_access deny LIC7
> http_access deny LIC8
> http_access deny LIC9
> http_access allow all
> icp_access allow all
> miss_access allow all
> cache_effective_user squid squid
> dns_testnames internic.net usc.edu cs.colorado.edu mit.edu yale.edu
> logfile_rotate 2
> ssl_proxy 165.243.19.4:443
> minimum_direct_hops 4
>
>
Received on Mon Feb 02 1998 - 11:23:39 MST

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:38:40 MST