diff --git a/infra/k8s/argo/precompute-features-template.yaml b/infra/k8s/argo/precompute-features-template.yaml index 272ddfd5b..7b71584e0 100644 --- a/infra/k8s/argo/precompute-features-template.yaml +++ b/infra/k8s/argo/precompute-features-template.yaml @@ -73,10 +73,10 @@ spec: resources: requests: cpu: "4" - memory: 8Gi + memory: 16Gi limits: - cpu: "16" - memory: 32Gi + cpu: "28" + memory: 56Gi volumeMounts: - name: training-data mountPath: /data