Skip to content

Commit

Permalink
Bump Gradle heap to 2 GB (elastic#30535)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jasontedor authored May 11, 2018
1 parent 069fec8 commit 07b962f
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=-Xmx1792m
org.gradle.jvmargs=-Xmx2g

0 comments on commit 07b962f

Please sign in to comment.