Browse Source

Bump Gradle heap to 2 GB (#30535)

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.
Jason Tedor 7 years ago
parent
commit
07b962f31a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      gradle.properties

+ 1 - 1
gradle.properties

@@ -1,2 +1,2 @@
 org.gradle.daemon=false
-org.gradle.jvmargs=-Xmx1792m
+org.gradle.jvmargs=-Xmx2g