Skip to content

Commit

Permalink
increase memory request to avoid OOM killing of CCM pre-submit (#547)
Browse files Browse the repository at this point in the history
* increase memory request to avoid OOM killing of CCM pre-submit

* generate jobs from template
  • Loading branch information
danbudris authored Sep 27, 2023
1 parent 6e50b75 commit 8d529d1
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ presubmits:
value: "localhost:5000"
resources:
requests:
memory: "4Gi"
memory: "8Gi"
cpu: "1024m"
- name: buildkitd
image: moby/buildkit:v0.10.5-rootless
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ presubmits:
value: "localhost:5000"
resources:
requests:
memory: "4Gi"
memory: "8Gi"
cpu: "1024m"
- name: buildkitd
image: moby/buildkit:v0.10.5-rootless
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ presubmits:
value: "localhost:5000"
resources:
requests:
memory: "4Gi"
memory: "8Gi"
cpu: "1024m"
- name: buildkitd
image: moby/buildkit:v0.10.5-rootless
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ presubmits:
value: "localhost:5000"
resources:
requests:
memory: "4Gi"
memory: "8Gi"
cpu: "1024m"
- name: buildkitd
image: moby/buildkit:v0.10.5-rootless
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ presubmits:
value: "localhost:5000"
resources:
requests:
memory: "4Gi"
memory: "8Gi"
cpu: "1024m"
- name: buildkitd
image: moby/buildkit:v0.10.5-rootless
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ presubmits:
value: "localhost:5000"
resources:
requests:
memory: "4Gi"
memory: "8Gi"
cpu: "1024m"
- name: buildkitd
image: moby/buildkit:v0.10.5-rootless
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ envVars:
resources:
requests:
cpu: 1024m
memory: 4Gi
memory: 8Gi

0 comments on commit 8d529d1

Please sign in to comment.