You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by up...@apache.org on 2018/08/22 17:21:44 UTC

[geode] branch concourse-staging updated: Making gradle dump heap on OOME

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

upthewaterspout pushed a commit to branch concourse-staging
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/concourse-staging by this push:
     new 8b78197  Making gradle dump heap on OOME
8b78197 is described below

commit 8b781974d4ed3c4185b55b4c826c2ac6abeec743
Author: Dan Smith <up...@apache.org>
AuthorDate: Wed Aug 22 10:21:07 2018 -0700

    Making gradle dump heap on OOME
---
 gradle.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gradle.properties b/gradle.properties
index 1e08f25..d19ec59 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 = -Xmx3g
+org.gradle.jvmargs = -Xmx3g -XX:+HeapDumpOnOutOfMemoryError
 
 minimumGradleVersion = 4.9
 # Set this on the command line with -P or in ~/.gradle/gradle.properties