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.
This commit is contained in:
Jason Tedor 2018-05-11 14:30:36 -04:00 committed by GitHub
parent 069fec83a8
commit 07b962f31a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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