diff options
author | Helmut Grohne <helmut@subdivi.de> | 2014-07-18 17:09:21 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-07-21 13:00:45 +0200 |
commit | 92332dc36d87282398c0eb698d13560122fbf08c (patch) | |
tree | 68a4ff2fdecac7348c2a2ca414bc0630da6b8346 /etc | |
parent | e8554bf442092c345277672f4a9cb2cab80a19fd (diff) | |
download | jenkins.debian.net-92332dc36d87282398c0eb698d13560122fbf08c.tar.xz |
squid3: raise object size limits
Diffstat (limited to 'etc')
-rw-r--r-- | etc/squid3/squid.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/squid3/squid.conf b/etc/squid3/squid.conf index 339d4525..36cd53d0 100644 --- a/etc/squid3/squid.conf +++ b/etc/squid3/squid.conf @@ -2230,6 +2230,7 @@ http_port 3129 # Uncomment and adjust the following to add a disk cache directory. #cache_dir ufs /var/spool/squid3 100 16 256 +cache_dir ufs /var/spool/squid3 16384 16 1024 # TAG: store_dir_select_algorithm # Set this to 'round-robin' as an alternative. @@ -2265,6 +2266,7 @@ http_port 3129 # See replacement_policy below for a discussion of this policy. #Default: # maximum_object_size 4096 KB +maximum_object_size 153600 KB # TAG: cache_swap_low (percent, 0-100) #Default: |