From 70f7c57a09285eaeb38ebcd82e9a1b2bf37345ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Bidoul?= Date: Fri, 18 Feb 2022 17:42:11 +0100 Subject: [PATCH] Increase memory limit of the initialization jobs. This is necessary because the git fetch command of large repos such as oca/ocb seem to consume a lot of memory. --- src/runboat/kubefiles/initialize.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/runboat/kubefiles/initialize.yaml b/src/runboat/kubefiles/initialize.yaml index a237329..e268b5a 100644 --- a/src/runboat/kubefiles/initialize.yaml +++ b/src/runboat/kubefiles/initialize.yaml @@ -31,7 +31,7 @@ spec: memory: 1Gi requests: cpu: 1000m - memory: 1Gi + memory: 2Gi volumes: - name: runboat-scripts configMap: