Re: [squid-users] SQUID 3.3.8 doesn't cache files greater than 50KB

From: Amos Jeffries <squid3_at_treenet.co.nz>
Date: Thu, 15 May 2014 17:05:31 +1200

On 15/05/2014 11:17 a.m., Dan Charlesworth wrote:
> I think there was a bug fixed very recently to do with the fact that
> `maximum_object_size` is ignored if it comes after `cache_dir` in the
> conf.
>
> If you switch the order or move use `cache_dir max-size=n` then it
> should be alright.
>
> On 15 May 2014 04:18, Joachim Rahm wrote:
>> Hi,
>>
>> I installed a squid on an ubuntu 14 server.
>> In the access.log I get for files greater than about 50KB the error code
>> TCP_MISS_ABORTED and the files are not cached.

MISS is server being contacted for data.
ABRTED is the client giving up before the response happens.

Given that responses under 50KB happen:
 * Look to your network for TCP "window scaling" issues.
 * look for PMTUd issues (somebody blocking ICMP usually).

Amos
Received on Thu May 15 2014 - 05:05:39 MDT

This archive was generated by hypermail 2.2.0 : Fri May 16 2014 - 12:00:05 MDT