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:
parent
17c8094c2f
commit
b50b776cb5
1 changed files with 1 additions and 1 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue