| commit | d3efde2593fd7fb809175496808a84ba8ddc2498 | [log] [tgz] |
|---|---|---|
| author | Jeff Gaston <[email protected]> | Tue Oct 09 18:15:16 2018 -0400 |
| committer | Jeff Gaston <[email protected]> | Wed Oct 10 17:00:03 2018 +0000 |
| tree | 94e9c2929d4a76a4b9e3da155450bf4b6dd12692 | |
| parent | 955e9a306c6205fb9fa60b902cd294c1f6f3068f [diff] [blame] |
Increasing memory limit for Gradle build In my tests it makes the build take roughly 12% less time Bug: 79588503 Change-Id: Ic73a875b869dbe77bd0703b202ff894c125d7ab5
diff --git a/gradle.properties b/gradle.properties index 2b49a88..029c802 100644 --- a/gradle.properties +++ b/gradle.properties
@@ -1,4 +1,4 @@ -org.gradle.jvmargs=-Xmx4g +org.gradle.jvmargs=-Xmx8g org.gradle.daemon=true org.gradle.configureondemand=true org.gradle.parallel=true