Increase gradle heap to 2048m

The BWC tests on 6.x need to test both 6.1 and 5.6, so the theory here
is that they just need more memories. This bumps it to ensure the tests
dont OOM.

This bumps it from the previous 1536m, which was already bumped from the
default of 1024m.

Original commit: elastic/x-pack-elasticsearch@cf5700ef47
This commit is contained in:
Michael Basnight 2017-12-28 07:58:56 -05:00
parent 08ff3914fd
commit 4d392dec96
1 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
org.gradle.daemon=false
org.gradle.jvmargs=-Xmx1536m
org.gradle.jvmargs=-Xmx2048m