Skip to content

Commit 90dc603

Browse files
authored
fix(cron): lower cpu limit for debian cve convert (#4060)
Doesn't actually use that much cpu.
1 parent 43c5e13 commit 90dc603

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

deployment/clouddeploy/gke-workers/base/debian-cve-convert.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ spec:
2424
privileged: true
2525
resources:
2626
requests:
27-
cpu: "16"
28-
memory: "16G"
27+
cpu: "2"
28+
memory: "8G"
2929
limits:
30-
cpu: "16"
31-
memory: "16G"
30+
cpu: "4"
31+
memory: "12G"
3232
restartPolicy: Never
3333
volumes:
3434
- name: "ssd"

0 commit comments

Comments
 (0)