Merge "Revert "Reduce apache reverse proxy cache to 40GB""

This commit is contained in:
Zuul 2018-02-20 20:05:16 +00:00 committed by Gerrit Code Review
commit 279fe56fa4
1 changed files with 1 additions and 1 deletions

View File

@ -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'],