Hi, I'm using squid2.2dev3 with about 5000 users on it. Now I was forced to increase the maximum number of redirector (jesred) processes to 100, and also the number of dnsserver processes to 60. Now I know 5000 users is not that much, so has anybody any idea what could be wrong? My machine: sparc solaris 2.6 with 1Gig of ram, and 10 disks of 4.2 gb. Franky ==================== This is my squid.conf file: ==================== http_port 8080 icp_port 3130 cache_peer 195.130.132.52 sibling 8080 3130 proxy-only cache_peer_domain .pandora.be acl QUERY urlpath_regex cgi-bin \? .cgi .ecgi .asp no_cache deny QUERY cache_mem 100 MB cache_swap_low 90 cache_swap_high 95 maximum_object_size 20 MB ipcache_size 2048 ipcache_low 90 ipcache_high 95 fqdncache_size 2048 cache_dir /cache2 4000 16 256 cache_dir /cache3 4000 16 256 cache_dir /cache4 4000 16 256 cache_dir /cache5 4000 16 256 cache_dir /cache6 4000 16 256 cache_dir /cache7 4000 16 256 cache_dir /cache8 4000 16 256 cache_dir /cache9 4000 16 256 cache_dir /cache10 4000 16 256 cache_dir /cache11 4000 16 256 cache_access_log /opt/squid/logs/access.log cache_log /opt/squid/logs/cache.log cache_store_log /opt/squid/logs/store.log debug_options ALL,1 log_fqdn off ftp_user [EMAIL PROTECTED] cache_dns_program /opt/squid/bin/dnsserver dns_children 64 redirect_program /opt/squid/bin/jesred redirect_children 100 reference_age 1 month quick_abort_pct 95 negative_ttl 5 minutes connect_timeout 120 seconds read_timeout 15 minutes request_timeout 60 seconds client_lifetime 1 day pconn_timeout 120 seconds shutdown_lifetime 30 seconds acl all src 0.0.0.0/0.0.0.0 acl manager proto cache_object acl localhost src 127.0.0.1/255.255.255.255 acl SSL_ports port 443 563 2000 acl Safe_ports port 80 21 443 563 70 210 1025-65535 acl CONNECT method CONNECT acl cache_svc_net src 195.130.132.48/255.255.255.240 http_access allow manager localhost http_access deny manager http_access deny !Safe_ports http_access deny CONNECT !SSL_ports http_access allow all http_access deny all icp_access allow cache_svc_net miss_access allow all cache_mgr [EMAIL PROTECTED] cache_effective_user squid cache_effective_group squid visible_hostname proxy.pandora.be dns_testnames internic.net nlanr.net pandora.be dns.be logfile_rotate 2 memory_pools off forwarded_for on log_icp_queries on cachemgr_passwd none all store_avg_object_size 13 KB client_db off acl local-servers dst 195.130.132.0/255.255.255.0 always_direct allow local-servers minimum_retry_timeout 30 seconds max_open_disk_fds 8192 uri_whitespace allow
