From 2a8ac8d1e996f861687182d008ef41428e4af27e Mon Sep 17 00:00:00 2001 From: Vratko Polak Date: Tue, 13 Sep 2016 16:41:09 +0200 Subject: [PATCH] Add mode memory for dsbenchark Change-Id: I6db5071e2156d897ba657aac4c5c8fba3b2ee4de Signed-off-by: Vratko Polak --- csit/scriptplans/controller-benchmark.txt | 10 ++++++++++ csit/scripts/controllermem_4g.sh | 1 + 2 files changed, 11 insertions(+) create mode 100644 csit/scriptplans/controller-benchmark.txt create mode 100644 csit/scripts/controllermem_4g.sh diff --git a/csit/scriptplans/controller-benchmark.txt b/csit/scriptplans/controller-benchmark.txt new file mode 100644 index 0000000000..0dafb677da --- /dev/null +++ b/csit/scriptplans/controller-benchmark.txt @@ -0,0 +1,10 @@ +# Copyright (c) 2016 Cisco Systems, Inc. and others. All rights reserved. +# +# This program and the accompanying materials are made available under the +# terms of the Eclipse Public License v1.0 which accompanies this distribution, +# and is available at http://www.eclipse.org/legal/epl-v10.html + +# Place the scripts in run order: + +# The default 3GB for -all- jobs fails frequently, this is an attempt at minimal fix. +integration/test/csit/scripts/controllermem_4g.sh diff --git a/csit/scripts/controllermem_4g.sh b/csit/scripts/controllermem_4g.sh new file mode 100644 index 0000000000..28dd1d9a94 --- /dev/null +++ b/csit/scripts/controllermem_4g.sh @@ -0,0 +1 @@ +CONTROLLERMEM="4096m" -- 2.36.6