From 6782fd1721408c4cbcf8a6142a188015f813bfbd Mon Sep 17 00:00:00 2001 From: Jason Tedor Date: Fri, 11 May 2018 09:58:09 -0400 Subject: [PATCH] Bump Gradle heap to 2 GB We are still seeing rare failures with the Gradle heap set to 1792m, especially on machines with high core count. Given it appears we are close to the needed threshold, this commit bumps the heap one more time to 2 GB. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index a8a309f10678f..08b03629ad53a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ org.gradle.daemon=false -org.gradle.jvmargs=-Xmx1792m +org.gradle.jvmargs=-Xmx2g