Skip to content

Commit

Permalink
Bump Gradle heap to 1792m (#30484)
Browse files Browse the repository at this point in the history
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).
  • Loading branch information
jasontedor authored May 9, 2018
1 parent bf141a3 commit b33806e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
org.gradle.daemon=false
org.gradle.jvmargs=-Xmx1536m
org.gradle.jvmargs=-Xmx1792m

0 comments on commit b33806e

Please sign in to comment.