Skip to content

Commit

Permalink
Increase cluster-density-v2 build to 20m CPU request... (kube-burner#412
Browse files Browse the repository at this point in the history
)

... because 10m isn't enough that nodes can still
 become overwhelmed by builds, which actually
 use around 15m.

Co-authored-by: Raúl Sevilla <[email protected]>
  • Loading branch information
afcollins and rsevilla87 authored Aug 10, 2023
1 parent e83d227 commit 03a2e15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/kube-burner/ocp-config/cluster-density-v2/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
spec:
resources:
requests:
cpu: 10m
cpu: 20m
memory: "10Mi"
nodeSelector:
node-role.kubernetes.io/worker: ""
Expand Down

0 comments on commit 03a2e15

Please sign in to comment.