Skip to content

Commit

Permalink
[7.x] expand max-old-space-size for xpack jest tests (#59455) (#59495)
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 6256d03 commit 982b2bf
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 982b2bf

Please sign in to comment.