From 2a868504c53ac4603c8d60e86a33eee98128f589 Mon Sep 17 00:00:00 2001 From: yatin Date: Thu, 21 Jun 2018 10:16:27 +0530 Subject: [PATCH] Run scenario000 with service-workers=2 service-workers default to $::processorcount which is 8 in nodes used in CI jobs, this leads to high memory usage, setting it lower would help in reducing random failures in scenario000 used by other projects in there gate. Change-Id: I10cb927db7648b384ce41ef4ae1050a5d4ed8e9e --- tests/scenario000.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/scenario000.sh b/tests/scenario000.sh index 9ba6a504f..28ad65523 100755 --- a/tests/scenario000.sh +++ b/tests/scenario000.sh @@ -6,4 +6,5 @@ fi $SUDO packstack ${ADDITIONAL_ARGS} \ --allinone \ --debug \ + --service-workers=2 \ --default-password="packstack" || export FAILURE=true