Skip to content

Commit d719768

Browse files
authored
fix(cron): increase memory for combine-to-osv (#4046)
1 parent bcd6685 commit d719768

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deployment/clouddeploy/gke-workers/base/combine-to-osv.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ spec:
2626
resources:
2727
requests:
2828
cpu: "30"
29-
memory: "4G"
29+
memory: "16G"
3030
limits:
3131
cpu: "30"
32-
memory: "8G"
32+
memory: "24G"
3333
nodeSelector:
3434
cloud.google.com/gke-nodepool: highend
3535
restartPolicy: Never # on the assumption that the next scheduled run is soon enough

0 commit comments

Comments
 (0)