Increase Gradle heap space to 1536m

This commit increases the heap space for the Gradle processes to
1536m. Note that the default is 1024m.

Original commit: elastic/x-pack-elasticsearch@3b5cdc30b2
This commit is contained in:
Jason Tedor 2017-12-26 19:21:54 -05:00
parent 648a4d9cd1
commit 31839b2748
1 changed files with 1 additions and 0 deletions

View File

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