Skip to content

Commit

Permalink
GEODE-5525: Increase gradle jvmargs -Xmx value to 3g
Browse files Browse the repository at this point in the history
  • Loading branch information
kirklund authored and jake-at-work committed Aug 3, 2018
1 parent 71ee07e commit 112fa2f
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 @@ -40,7 +40,7 @@ productName = Apache Geode
productOrg = Apache Software Foundation (ASF)

org.gradle.daemon = true
org.gradle.jvmargs = -Xmx2048m
org.gradle.jvmargs = -Xmx3g

minimumGradleVersion = 4.9
# Set this on the command line with -P or in ~/.gradle/gradle.properties
Expand Down

0 comments on commit 112fa2f

Please sign in to comment.