Created
April 13, 2016 15:27
-
-
Save vsmida/d9912382abc7b7fd5c93e2eadb4dd80c to your computer and use it in GitHub Desktop.
Speedup gradle build
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; in global gradle file | |
; /home/<username>/.gradle/gradle.properties (Linux) | |
; /Users/<username>/.gradle/gradle.properties (Mac) | |
; C:\Users\<username>\.gradle\gradle.properties (Windows) | |
; org.gradle.daemon=true | |
; in project folder | |
org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment