On Mon, Apr 21, 2014 at 10:54 AM, Timur Irmatov <irmatov@xxxxxxxxx> wrote: > On Mon, Apr 21, 2014 at 10:32 AM, Amos Jeffries <squid3@xxxxxxxxxxxxx> wrote: >> On 21/04/2014 5:10 p.m., Timur Irmatov wrote: >>> cache_dir ufs /srv/squid3/1 90000 16 256 >>> cache_dir ufs /srv/squid3/2 90000 16 256 >>> cache_dir ufs /srv/squid3/3 90000 16 256 >>> cache_dir ufs /srv/squid3/4 90000 16 256 >>> cache_dir ufs /srv/squid3/5 490000 16 256 >>> store_dir_select_algorithm round-robin >>> maximum_object_size 100 MB > >> Possibility #2: >> Object size limits need to be set in or before the cache_dir lines. The >> default limit is 4MB and I notice your test object is over 6MB. Hm, I missed 'before the cache_dir lines' part of your comment. I have updated this part of config to following: maximum_object_size 100 MB cache_dir ufs /srv/squid3/1 90000 16 256 cache_dir ufs /srv/squid3/2 90000 16 256 cache_dir ufs /srv/squid3/3 90000 16 256 cache_dir ufs /srv/squid3/4 90000 16 256 cache_dir ufs /srv/squid3/5 490000 16 256 store_dir_select_algorithm round-robin But still I have TCP_MISS with these objects. And, http://www.squid-cache.org/Doc/config/maximum_object_size/ and http://www.squid-cache.org/Doc/config/cache_dir/ do not specify any ordering requirements of these configuration settings. Anything else? -- Timur Irmatov