Skip to content

Commit 7aaa175

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

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=-Xmx1536m
2+
org.gradle.jvmargs=-Xmx1792m

0 commit comments

Comments
 (0)