You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by jb...@apache.org on 2018/08/03 23:59:40 UTC

[geode] branch develop updated: GEODE-5525: Increase gradle jvmargs -Xmx value to 3g

This is an automated email from the ASF dual-hosted git repository.

jbarrett pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/develop by this push:
     new 112fa2f  GEODE-5525: Increase gradle jvmargs -Xmx value to 3g
112fa2f is described below

commit 112fa2f0d664e3f986f3b287d4c6a14549352811
Author: Kirk Lund <kl...@apache.org>
AuthorDate: Fri Aug 3 15:26:24 2018 -0700

    GEODE-5525: Increase gradle jvmargs -Xmx value to 3g
---
 gradle.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gradle.properties b/gradle.properties
index b1b3695..1e08f25 100755
--- a/gradle.properties
+++ b/gradle.properties
@@ -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