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/09/07 17:06:15 UTC

[geode] branch windows-heavy-lifter updated: Testing if gradle is OK with 3GB heap

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 e0936d8  Testing if gradle is OK with 3GB heap
e0936d8 is described below

commit e0936d80bf37a2090400d21438dcf880fe462348
Author: Jens Deppe <jd...@pivotal.io>
AuthorDate: Fri Sep 7 10:05:42 2018 -0700

    Testing if gradle is OK with 3GB heap
---
 gradle.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gradle.properties b/gradle.properties
index e9c97ec..3edf13d 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 = -Xmx4g
+org.gradle.jvmargs = -Xmx3g
 
 minimumGradleVersion = 4.10
 # Set this on the command line with -P or in ~/.gradle/gradle.properties