Skip to content

Commit

Permalink
Increase fluentd memoryConstraint to 260 MB
Browse files Browse the repository at this point in the history
This should deflake the test, the increase was most likely caused by
fluentd version upgrade.

Ref. kubernetes/kubernetes#77492
  • Loading branch information
mm4tt committed Jul 16, 2019
1 parent 4d841cf commit 6d30ab0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clusterloader2/testing/density/100_nodes/constraints.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ coredns:
memoryConstraint: 31457280 #30 * (1024 * 1024)
fluentd-gcp:
cpuConstraint: 1
memoryConstraint: 241172480 #230 * (1024 * 1024)
memoryConstraint: 272629760 #260 * (1024 * 1024)
heapster:
cpuConstraint: 0.15
nemoryConstraint: 367001600 #350 * (1024 * 1024)
Expand Down

0 comments on commit 6d30ab0

Please sign in to comment.