diff options
author | Philip Hands <phil@hands.com> | 2016-06-02 19:29:21 +0200 |
---|---|---|
committer | Philip Hands <phil@hands.com> | 2016-06-03 00:02:26 +0200 |
commit | 81e263b918650ac47e85e1ba0712b177b7b0d41c (patch) | |
tree | 61d7f8e6c191296fdec8f8305f6f4e00b5e5b605 /hosts/jenkins-test-vm | |
parent | 5e6bee5e9acfea7242298f4cb5e7e6a5a49a423c (diff) | |
download | jenkins.debian.net-81e263b918650ac47e85e1ba0712b177b7b0d41c.tar.xz |
jenkins-test-vm: reduce squid cache size
Diffstat (limited to 'hosts/jenkins-test-vm')
-rw-r--r-- | hosts/jenkins-test-vm/etc/squid3/squid.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/jenkins-test-vm/etc/squid3/squid.conf b/hosts/jenkins-test-vm/etc/squid3/squid.conf index d3a0a7f1..6ccf425d 100644 --- a/hosts/jenkins-test-vm/etc/squid3/squid.conf +++ b/hosts/jenkins-test-vm/etc/squid3/squid.conf @@ -2230,7 +2230,7 @@ http_port 3128 # 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 +cache_dir ufs /var/spool/squid3 4096 16 1024 # TAG: store_dir_select_algorithm # Set this to 'round-robin' as an alternative. |