Re: multiple cache directories

From: tom minchin <tom@dont-contact.us>
Date: Thu, 13 Aug 1998 08:38:18 +1000

On Wed, Aug 12, 1998 at 04:21:52PM -0600, Dax Kelson wrote:
>
> Would it be ok to have a 4.5GB and a 9.1GB hard drive and have one
> mounted on
>
> /usr/local/squid/cache1
>
> and the other
>
> /usr/local/squid/cache2
>
> And have the cache_swap set to 13000?
>
> Basically, I'm asking if it is ok to mix different size drives and have
> squid figure out the rest.
>

Not in Squid 1.1 - you'd have to split the 9gig into two 4.5s, then have:

cache_dir /usr/local/squid/cache1 # 4.5 G
cache_dir /usr/local/squid/cache2 # partition 1 of the 9G
cache_dir /usr/local/squid/cache3 # partition 2 of the 9G
cache_swap 13000

Each cache_dir is assumed to be the same size.

tom@interact.net.au
Received on Wed Aug 12 1998 - 15:40:26 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:41:30 MST