Commit 61171fff authored by Philip Hands's avatar Philip Hands
Browse files

limit openqa cache 150G (200G was too much)

parent fbfabdc3
......@@ -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
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment