Skip to content

Commit 1385a74

Browse files
authored
fix(cron): Improve speed of Debian converter (#3979)
1 parent 99bd526 commit 1385a74

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,13 +24,13 @@ spec:
2424
privileged: true
2525
resources:
2626
requests:
27-
cpu: "1"
28-
memory: "8G"
27+
cpu: "16"
28+
memory: "16G"
2929
limits:
30-
cpu: "2"
30+
cpu: "16"
3131
memory: "16G"
3232
restartPolicy: Never
3333
volumes:
3434
- name: "ssd"
3535
hostPath:
36-
path: "/mnt/disks/ssd0"
36+
path: "/mnt/disks/ssd0"

0 commit comments

Comments
 (0)