mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 20:24:09 +00:00
Fixed memory consumption in Autoscaling e2e
This commit is contained in:
parent
fadb59067b
commit
cfc4471f8c
@ -167,7 +167,7 @@ func ConsumeMemory(f *Framework, id string, chunks int) {
|
|||||||
Namespace: f.Namespace.Name,
|
Namespace: f.Namespace.Name,
|
||||||
Timeout: 10 * time.Minute,
|
Timeout: 10 * time.Minute,
|
||||||
Image: "jess/stress",
|
Image: "jess/stress",
|
||||||
Command: []string{"stress", "-m", "1"},
|
Command: []string{"stress", "-m", "1", "--vm-hang", "0"},
|
||||||
Replicas: chunks,
|
Replicas: chunks,
|
||||||
}
|
}
|
||||||
expectNoError(RunRC(*config))
|
expectNoError(RunRC(*config))
|
||||||
|
Loading…
Reference in New Issue
Block a user