Skip to content

Commit e5840c2

Browse files
committed
chore(helm): Reduce worker memory
1 parent da4e169 commit e5840c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helm/openneuro/templates/dataset-worker-stateful-set.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ spec:
8989
resources:
9090
requests:
9191
cpu: {{ .Values.workerCpuRequests }}
92-
memory: 96Gi
92+
memory: 64Gi
9393
envFrom:
9494
- configMapRef:
9595
name: {{ .Release.Name }}-configmap

0 commit comments

Comments
 (0)