> hi all, > > Im new in this forum, and want to ask something about squid perfomance, > just want to ask, i look into my cachemgr.cgi, and it told me: > > Memory usage for squid via mallinfo(): > Total space in arena: 111536 KB > Ordinary blocks: 111320 KB 36 blks > Small blocks: 0 KB 0 blks > Holding blocks: 1844 KB 4 blks > Free Small blocks: 0 KB > Free Ordinary blocks: 215 KB > Total in use: 113164 KB 100% > Total free: 215 KB 0% > Total size: 113380 KB > > And my squid.conf look like this: > ================================================================ > http_port 0.0.0.0:3128 > icp_port 0 > udp_incoming_address 0.0.0.0 > udp_outgoing_address 255.255.255.255 > icp_query_timeout 0 > maximum_icp_query_timeout 2000 > mcast_icp_query_timeout 2000 > dead_peer_timeout 10 seconds > hierarchy_stoplist cgi-bin > hierarchy_stoplist ? > hierarchy_stoplist .js > hierarchy_stoplist .jsp > no_cache Deny QUERY > cache_mem 134217728 bytes > cache_swap_low 90 > cache_swap_high 95 > maximum_object_size 134217728 bytes > minimum_object_size 0 bytes > maximum_object_size_in_memory 65536 bytes > ipcache_size 10240 > ipcache_low 98 > ipcache_high 99 > fqdncache_size 10240 > cache_replacement_policy LFUDA > memory_replacement_policy heap GDSF > cache_dir ufs /cache 20000 16 256 > cache_access_log /var/log/squid/access.log > cache_log none > cache_store_log none > emulate_httpd_log off > log_ip_on_direct on > mime_table /etc/squid/mime.conf > log_mime_hdrs off > pid_filename /var/run/squid.pid > debug_options ALL,1 > log_fqdn off > client_netmask 255.255.255.255 > ftp_user Squid@ > ftp_list_width 32 > ftp_passive on > ftp_sanitycheck on > ftp_telnet_protocol on > dns_retransmit_interval 5 seconds > dns_timeout 120 seconds > hosts_file /etc/hosts > diskd_program /usr/lib/squid/diskd > unlinkd_program /usr/lib/squid/unlinkd > redirect_children 5 > redirect_rewrites_host_header on > authenticate_cache_garbage_interval 3600 seconds > authenticate_ttl 3600 seconds > authenticate_ip_ttl 0 seconds > wais_relay_port 0 > request_header_max_size 20480 bytes > request_body_max_size 0 bytes > > ================================================== > > Im running squid 2.5Stable 9, > My box is p4 2.8ghz, 2gb ecc ram, 80gb sata hardisk > > Is there something wrong with my Total Free Mem= 0% ? or i pushed my box > to far? > Why do you think your Total Free Mem=0% ? M. >....