You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by je...@apache.org on 2018/08/24 15:57:46 UTC

[geode] branch windows-heavy-lifter updated: Increase gradle JVM memory to 4GB

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

jensdeppe pushed a commit to branch windows-heavy-lifter
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/windows-heavy-lifter by this push:
     new e77ad29  Increase gradle JVM memory to 4GB
e77ad29 is described below

commit e77ad297525e904b5f3fea4e20d407affb8a09f3
Author: Jens Deppe <jd...@pivotal.io>
AuthorDate: Fri Aug 24 08:57:27 2018 -0700

    Increase gradle JVM memory to 4GB
---
 gradle.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gradle.properties b/gradle.properties
index 2e3e07d..47600cf 100755
--- a/gradle.properties
+++ b/gradle.properties
@@ -42,7 +42,7 @@ productName = Apache Geode
 productOrg = Apache Software Foundation (ASF)
 
 org.gradle.daemon = true
-org.gradle.jvmargs = -Xmx3g
+org.gradle.jvmargs = -Xmx4g
 
 minimumGradleVersion = 4.9
 # Set this on the command line with -P or in ~/.gradle/gradle.properties