Skip to content

Commit 8a69c81

Browse files
committed
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.
1 parent 7aaa175 commit 8a69c81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
org.gradle.daemon=false
2-
org.gradle.jvmargs=-Xmx1792m
2+
org.gradle.jvmargs=-Xmx2g

0 commit comments

Comments
 (0)