Fixed memory consumption in Autoscaling e2e

pull/6/head
Piotr Szczesniak 2015-08-19 16:33:07 +02:00
parent fadb59067b
commit cfc4471f8c
1 changed files with 1 additions and 1 deletions

View File

@ -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))