Skip to content
This repository has been archived by the owner on Mar 31, 2024. It is now read-only.

Commit

Permalink
expand max-old-space-size for xpack jest tests (elastic#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 and spalger committed Mar 5, 2020
1 parent 6256d03 commit 4576b0a
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 @@ -10,7 +10,7 @@ echo ""

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 4576b0a

Please sign in to comment.