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:
parent
08ff3914fd
commit
4d392dec96
|
@ -1,2 +1,2 @@
|
|||
org.gradle.daemon=false
|
||||
org.gradle.jvmargs=-Xmx1536m
|
||||
org.gradle.jvmargs=-Xmx2048m
|
||||
|
|
Loading…
Reference in New Issue