From f478816880ba251ec9d46c611e2490df65ededa1 Mon Sep 17 00:00:00 2001 From: Jason Tedor Date: Wed, 9 May 2018 10:00:17 -0400 Subject: [PATCH] Bump Gradle heap to 1792m After we stopped forking the compiler, some folks are running into out of memory errors. This commit is a bump to the Gradle heap to workaround these out of memory errors (until we can better understand their source). --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 2511c740bb5b1..a8a309f10678f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ org.gradle.daemon=false -org.gradle.jvmargs=-Xmx1536m +org.gradle.jvmargs=-Xmx1792m