Skip to content

Commit

Permalink
expand max-old-space-size for xpack jest tests (#59455)
Browse files Browse the repository at this point in the history
* expand max-old-space-size for xpack jest tests

* turns out we are already at 4GB

* limit to 6GB for now
  • Loading branch information
Spencer authored Mar 5, 2020
1 parent e869695 commit 5408f45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/scripts/jenkins_xpack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ if [[ -z "$CODE_COVERAGE" ]] ; then

echo " -> Running jest tests"
cd "$XPACK_DIR"
checks-reporter-with-killswitch "X-Pack Jest" node scripts/jest --ci --verbose --detectOpenHandles
checks-reporter-with-killswitch "X-Pack Jest" node --max-old-space-size=6144 scripts/jest --ci --verbose --detectOpenHandles
echo ""
echo ""

Expand Down

0 comments on commit 5408f45

Please sign in to comment.