From 61171fff9a0c3a044f01382383cc0038bc78059a Mon Sep 17 00:00:00 2001 From: Philip Hands Date: Wed, 7 Jul 2021 01:33:48 +0200 Subject: [PATCH] limit openqa cache 150G (200G was too much) --- hosts/osuosl167-amd64/etc/openqa/workers.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/osuosl167-amd64/etc/openqa/workers.ini b/hosts/osuosl167-amd64/etc/openqa/workers.ini index cd727425f..fad161c13 100644 --- a/hosts/osuosl167-amd64/etc/openqa/workers.ini +++ b/hosts/osuosl167-amd64/etc/openqa/workers.ini @@ -11,7 +11,7 @@ HOST = https://openqa.debian.net # Additionally you need to define the rsync URI to get # /var/lib/openqa/tests/ (TESTPOOLSERVER) in the webui section CACHEDIRECTORY = /var/lib/openqa/cache -CACHELIMIT = 200 # GB, default is 50. +CACHELIMIT = 150 # GB, default is 50. # hostname or IP address under which the worker is reachable by the web UI # (required by the web UI's developer mode to communicate with os-autoinst -- GitLab