mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-12 02:46:20 +08:00
varnish / s390x cache: move to memory based instead of disk
This was done last week to help out with builds that were failing due to s390x cache issues. Moving to memory based seems to have helped this stop happening, possibly along with other changes. I'm pushing it now because it reflects the current state after outages last week. Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
{% if varnish_group == 'kojipkgs' %}
|
||||
{% set VARNISH_STORAGE="malloc,48GB" %}
|
||||
{% elif varnish_group == 's390kojipkgs' %}
|
||||
{% set VARNISH_STORAGE="file,/var/lib/varnish/varnish_storage.bin,20G" %}
|
||||
{% set VARNISH_STORAGE="malloc,20G" %}
|
||||
{% elif varnish_group == 'proxies' %}
|
||||
{% set VARNISH_STORAGE="malloc,1GB -s Transient=malloc,2G" %}
|
||||
{% else %}
|
||||
|
||||
Reference in New Issue
Block a user