From 688da7f0a52029a9ba1c80a5cdef9821412121d9 Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Tue, 30 Jan 2018 12:06:35 -0500 Subject: [PATCH] Revert "Reduce apache reverse proxy cache to 40GB" We are in the process of remove tripleo-test-cloud-rh1 and no longer running jobs there. So we can start to increase our proxy cache again. This reverts commit 5fed4c4c4c115b59d090f149cfb0f43fe2cc9f20. Change-Id: I94ec544c9a8ef3e4eed77635e736031207401be0 Signed-off-by: Paul Belanger --- modules/openstack_project/manifests/mirror.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/openstack_project/manifests/mirror.pp b/modules/openstack_project/manifests/mirror.pp index 309f6b022a..44589bee07 100644 --- a/modules/openstack_project/manifests/mirror.pp +++ b/modules/openstack_project/manifests/mirror.pp @@ -331,7 +331,7 @@ class openstack_project::mirror ( # Clean apache cache once an hour, keep size down to 50GiB. minute => '0', hour => '*', - command => 'flock -n /var/run/htcacheclean.lock htcacheclean -n -p /var/cache/apache2/proxy -t -l 40960M > /dev/null', + command => 'flock -n /var/run/htcacheclean.lock htcacheclean -n -p /var/cache/apache2/proxy -t -l 51200M > /dev/null', environment => 'PATH=/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin', require => [ File['/var/cache/apache2/proxy'],