mirror of https://github.com/k3s-io/k3s
Merge pull request #12922 from piosz/autoscaling-e2e
Fixed memory consumption in Autoscaling e2epull/6/head
commit
a927791293
|
@ -167,7 +167,7 @@ func ConsumeMemory(f *Framework, id string, chunks int) {
|
|||
Namespace: f.Namespace.Name,
|
||||
Timeout: 10 * time.Minute,
|
||||
Image: "jess/stress",
|
||||
Command: []string{"stress", "-m", "1"},
|
||||
Command: []string{"stress", "-m", "1", "--vm-hang", "0"},
|
||||
Replicas: chunks,
|
||||
}
|
||||
expectNoError(RunRC(*config))
|
||||
|
|
Loading…
Reference in New Issue