OpenSearch/gradle.properties
Jason Tedor 31839b2748 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
2017-12-26 19:22:07 -05:00

3 lines
53 B
INI

org.gradle.daemon=false
org.gradle.jvmargs=-Xmx1536m