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
This commit is contained in:
yatin 2018-06-21 10:16:27 +05:30
parent 53ada40f90
commit 2a868504c5
1 changed files with 1 additions and 0 deletions

View File

@ -6,4 +6,5 @@ fi
$SUDO packstack ${ADDITIONAL_ARGS} \
--allinone \
--debug \
--service-workers=2 \
--default-password="packstack" || export FAILURE=true