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@xxxxxxxxxxxxx> 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 > >