最終更新:2016-10-03 (月) 13:49:32 (2761d)  

org.gradle.jvmargs
Top / org.gradle.jvmargs

http://qiita.com/konifar/items/d0392b6428a47262ab0b

To run dex in process, the Gradle daemon needs a larger heap.
It currently has approximately 910 MB.
For faster builds, increase the maximum heap size for the Gradle daemon to more than 2048 MB.
To do this set org.gradle.jvmargs=-Xmx2048M in the project gradle.properties.
For more information see https://docs.gradle.org/current/userguide/build_environment.html

関連