laforge submitted this change.
ansible: obs worker: set worker cache size to 50G
Change the worker cache size from 100G to 50G, to get more free space.
Change-Id: Ifa234674ccb8b2a84298fccf6f0aed5c7ddf850e
---
M ansible/roles/osmocom-obs-worker/templates/obs-server
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ansible/roles/osmocom-obs-worker/templates/obs-server b/ansible/roles/osmocom-obs-worker/templates/obs-server
index f042cd1..240966d 100644
--- a/ansible/roles/osmocom-obs-worker/templates/obs-server
+++ b/ansible/roles/osmocom-obs-worker/templates/obs-server
@@ -186,7 +186,7 @@
#
# Set the size to 50% of the maximum usable size of this partition
#
-OBS_CACHE_SIZE="100000"
+OBS_CACHE_SIZE="50000"
## Path: Applications/OBS
## Description: Defines the nice level of running workers
To view, visit change 39336. To unsubscribe, or for help writing mail filters, visit settings.