Hi, I have the following on my config:cache_dir coss /data/logs/squid_data/squid_coss.bin 9216 block-size=8192 max-size=32768 membufs=128
cache_dir aufs /data/logs/squid_data/squid-large-files 20480 20 256 cache_swap_log /data/logs/squid_data/%sAll the files smaller than 32K are supposed to be store in the COSS file, correct? However, I see small files stored in the aufs cache_dir as well. It seems that squid's just roundrobin the stores.
mike