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 5fed4c4c4c
.
Change-Id: I94ec544c9a8ef3e4eed77635e736031207401be0
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
parent
231acc0e54
commit
688da7f0a5
@ -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'],
|
||||
|
Loading…
Reference in New Issue
Block a user