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:
Kevin Fenzi 2025-03-12 14:21:43 -07:00
parent 17c8094c2f
commit b50b776cb5

View file

@ -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 %}