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

From: Dan Charlesworth <dan_at_getbusi.com>
Date: Thu, 15 May 2014 09:17:21 +1000

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 <joachim.rahm_at_jrwebsites.de> 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.
> My cache parameters in squid.conf are:
>
> cache_mem 1024 MB
>
> maximum_object_size_in_memory 128 KB
>
> cache_replacement_policy heap LFUDA
>
> cache_dir aufs /var/spool/squid3 20000 256 256
>
> maximum_object_size 512000 KB
>
> cache_swap_low 90
>
> cache_swap_high 95
>
>
> Has anybody a clue what is going wrong?
>
> Joachim
>
>
Received on Wed May 14 2014 - 23:17:30 MDT

This archive was generated by hypermail 2.2.0 : Thu May 15 2014 - 12:00:09 MDT