Merge "Revert "Reduce apache reverse proxy cache to 40GB""
This commit is contained in:
commit
279fe56fa4
@ -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