[squid-users] Problem with caching larger files

2014-05-19 Thread Filip Krikava
Hi, I try to use squid to cache rpm packages fetched from a yum repository. With the following configuration, it works well for a small rpms, but it would not cache larger ones like openjdk. From the log file (below), it seems that it does not cache files larger than 4MB even though the maximum_ob

Re: [squid-users] Problem with caching larger files

2014-05-19 Thread Filip Krikava
,-z,now' 'CPPFLAGS=-D_FORTIFY_SOURCE=2' 'CXXFLAGS=-g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security' $ uname -a Linux 84194223c57e 3.14.1-tinycore64 #1 SMP Thu May 15 02:39:00 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux /cheers Filip

Re: [squid-users] Problem with caching larger files

2014-05-19 Thread Filip Krikava
Thank you, now it works perfectly! Filip On 19 May 2014, at 13:40, Plamen wrote: > Hi, > > maximum_object_size 128 MB > > should be above the cache_dir in your squid config. > > > > > > > > -- > View this message in context: > http://squid-web-proxy-cache.1019090.n4.nabble.com/Proble