]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Added note to 'cache_dir' that users should use less than the full
authorwessels <>
Wed, 25 Sep 2002 21:11:28 +0000 (21:11 +0000)
committerwessels <>
Wed, 25 Sep 2002 21:11:28 +0000 (21:11 +0000)
disk size.  Recommend subtracting 20% of total disk size for the
cache_dir size value.

src/cf.data.pre

index a2b50839d102a2b2b0eaf2c0777efa6027052703..e1c50316e8c6f5dde6ee625f0b22f9cc7039d4c1 100644 (file)
@@ -1,6 +1,6 @@
 
 #
-# $Id: cf.data.pre,v 1.284 2002/09/10 09:54:52 hno Exp $
+# $Id: cf.data.pre,v 1.285 2002/09/25 15:11:28 wessels Exp $
 #
 #
 # SQUID Web Proxy Cache          http://www.squid-cache.org/
@@ -801,7 +801,9 @@ DOC_START
 
        'Mbytes' is the amount of disk space (MB) to use under this
        directory.  The default is 100 MB.  Change this to suit your
-       configuration.
+       configuration.  Do NOT put the size of your disk drive here.
+       Instead, if you want Squid to use the entire disk drive,
+       subtract 20% and use that value.
 
        'Level-1' is the number of first-level subdirectories which
        will be created under the 'Directory'.  The default is 16.