On Mon, 2007-01-22 at 10:06 -0600, Robert Citek wrote:
> Hello all,
> 
> At BWorks, we've setup a simple squid proxy server, which works great
> for what we've been using it for.  I'd now like to increase the cache,
> but from browsing the docs[1] I have not found out definitively where
> the cache is stored, how big it is, or how to increase the size.
> 
> cache_dir seems to be what I'm looking for and a grep for it in the
> config file produces this:
> 
> # cache_dir ufs /var/spool/squid 100 16 256
> 
> What I find odd is that it is different from what the "official" docs
> say and it is commented out.  Before I change it and muck up the proxy,
> I thought I'd ask here if the following change will up the cache from
> 100 MB to 1000 MB:
> 
> cache_dir ufs /var/spool/squid 1000 16 256

>From "Deploying Squid, Part 1 of 2":
http://www.linuxdevcenter.com/pub/a/linux/2000/02/07/tutorial.html

# set cache directories of 3.5GB each
cache_dir ufs /usr/local/squid/cache0 3500 16 256
cache_dir ufs /usr/local/squid/cache1 3500 16 256

Does that help?

Theresa
-- 
*** Propositions arrived at purely by logical 
    means are completely empty as regards
    reality.  - Albert Einstein *** 

 
_______________________________________________
CWE-LUG mailing list
[email protected]
http://www.cwelug.org/
http://www.cwelug.org/archives/
http://www.cwelug.org/mailinglist/

Reply via email to