Skip to content

Commit 4dee928

Browse files
authored
Merge pull request #34997 from YifeiZhuang/fix-oom
fix cloud-provider-gcp-tests prow job OOMKilled
2 parents 3f4b0af + 4192198 commit 4dee928

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

config/jobs/kubernetes/cloud-provider-gcp/cloud-provider-gcp-presubmits.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ presubmits:
3838
fi
3939
resources:
4040
limits:
41-
cpu: 2
42-
memory: 4Gi
41+
cpu: 4
42+
memory: 16Gi
4343
requests:
44-
cpu: 2
45-
memory: 4Gi
44+
cpu: 4
45+
memory: 16Gi
4646
- name: cloud-provider-gcp-verify-all
4747
cluster: k8s-infra-prow-build
4848
always_run: true

0 commit comments

Comments
 (0)