From 8fd9598c6c28bf70f90d3810100e59440cbc86f9 Mon Sep 17 00:00:00 2001 From: m2049r Date: Fri, 27 Jul 2018 16:20:00 +0200 Subject: [PATCH] increase Xmx for gradle (#364) --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index d658914..81a8c06 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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