From 370368675216db858855c403ad03bdea5cf535ec Mon Sep 17 00:00:00 2001 From: Guido Trotter <ultrotter@google.com> Date: Mon, 21 Nov 2011 11:12:00 +0000 Subject: [PATCH] burnin: use mem_size as max and min Signed-off-by: Guido Trotter <ultrotter@google.com> Reviewed-by: Iustin Pop <iustin@google.com> --- tools/burnin | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/burnin b/tools/burnin index 044270919..a7ac6f65a 100755 --- a/tools/burnin +++ b/tools/burnin @@ -476,7 +476,8 @@ class Burner(object): self.opts = options self.instances = args self.bep = { - constants.BE_MEMORY: options.mem_size, + constants.BE_MINMEM: options.mem_size, + constants.BE_MAXMEM: options.mem_size, constants.BE_VCPUS: options.vcpu_count, } -- GitLab