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:
parent
648a4d9cd1
commit
31839b2748
|
@ -1 +1,2 @@
|
|||
org.gradle.daemon=false
|
||||
org.gradle.jvmargs=-Xmx1536m
|
||||
|
|
Loading…
Reference in New Issue