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 <[email protected]>
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

Reply via email to