Increase Gradle heap space to 1536m
This commit increases the heap space for the Gradle processes to 1536m. Note that the default is 1024m.
This commit is contained in:
parent
e458c6b762
commit
8b2eee39f0
|
@ -1 +1,2 @@
|
|||
org.gradle.daemon=false
|
||||
org.gradle.jvmargs=-Xmx1536m
|
||||
|
|
Loading…
Reference in New Issue