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:
Jason Tedor 2017-12-19 21:44:46 -05:00
parent e458c6b762
commit 8b2eee39f0
1 changed files with 1 additions and 0 deletions

View File

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