From b33806ed151d5b114266522f0799d5f582a1eb0b Mon Sep 17 00:00:00 2001 From: Jason Tedor Date: Wed, 9 May 2018 14:29:29 -0400 Subject: [PATCH] Bump Gradle heap to 1792m (#30484) 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