Skip to content

Commit

Permalink
increase cpu,limit,gomaxprocs
Browse files Browse the repository at this point in the history
  • Loading branch information
Vandit1604 committed Mar 29, 2024
1 parent b4ef1ec commit 48185a1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/jobs/kubernetes-sigs/kueue/kueue-presubmits-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -235,13 +235,13 @@ presubmits:
- verify
env:
- name: GOMAXPROCS
value: "2"
value: "4"
resources:
requests:
cpu: "2"
cpu: "4"
memory: "6Gi"
limits:
cpu: "2"
cpu: "4"
memory: "6Gi"
- name: pull-kueue-build-image-main
cluster: eks-prow-build-cluster
Expand Down

0 comments on commit 48185a1

Please sign in to comment.