laforge has submitted this change. (
https://gerrit.osmocom.org/c/osmo-ci/+/39336?usp=email )
Change subject: ansible: obs worker: set worker cache size to 50G
......................................................................
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(-)
Approvals:
Jenkins Builder: Verified
laforge: Looks good to me, approved
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
https://gerrit.osmocom.org/c/osmo-ci/+/39336?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: merged
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: Ifa234674ccb8b2a84298fccf6f0aed5c7ddf850e
Gerrit-Change-Number: 39336
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>