[focus] Bump Gradle memory limit to 2GB

TaskCluster builds were running out of Java heap with the Gradle upgrade
This commit is contained in:
Colin Lee
2018-08-15 12:43:44 -05:00
parent 6ce19901fc
commit 0e6f5f644e

View File

@@ -9,7 +9,7 @@
# Specifies the JVM arguments used for the daemon process.
# The setting is particularly useful for tweaking memory settings.
org.gradle.jvmargs=-Xmx1536m
org.gradle.jvmargs=-Xmx2048m
# When configured, Gradle will run in incubating parallel mode.
# This option should only be used with decoupled projects. More details, visit