Skip to content

Commit

Permalink
Increase default gradle heap space
Browse files Browse the repository at this point in the history
Build ran out of memory multiple times in a row
  • Loading branch information
tgianos committed Jan 7, 2020
1 parent 8811eae commit 0577691
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
Expand Up @@ -38,4 +38,4 @@ netflixossAltCandidateRepo=false
# Remove once the first v4.x.x tag/branch is created.
release.scope=major

org.gradle.jvmargs=-Xmx2g -XX:+HeapDumpOnOutOfMemoryError
org.gradle.jvmargs=-Xmx4g -XX:+HeapDumpOnOutOfMemoryError

0 comments on commit 0577691

Please sign in to comment.