[squid-users] Sudden but sustained high bandwidth usage

Amos Jeffries squid3 at treenet.co.nz
Mon Mar 7 17:46:06 UTC 2016


On 8/03/2016 4:01 a.m., Heiler Bemerguy wrote:
> 
> Hi Yuri,
> 
> Only rock-store.. as they told me there's no file limit any more...
> 

Not being limited does not mean it is a good idea to go huge. It is
still a database made up of 32KB slots. They are just able to be chained
in sequence now to store objects bigger than 32KB (one single slot).

There are still issues around the mime headers portion needing to be
fully within the first slot, the fact that the DB is loaded in MB
chunks, and sequentially walking the lists of slots an object takes up.


> maximum_object_size 10 GB
> store_dir_select_algorithm round-robin
> cache_dir rock /cache2/rock1 90000 min-size=0 max-size=32768
> cache_dir rock /cache/rock1 300000 min-size=32769 max-size=10737418240
> 

Can you try an experiment?
 breaking that very big rock dir into a few with different object size
ranges in each.

Amos



More information about the squid-users mailing list