You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by jw...@apache.org on 2017/04/12 04:45:47 UTC

groovy git commit: Fix running out of memory ("GC overhead limit exceeded") build problem that happens during findBugs analysis (closes #515)

Repository: groovy
Updated Branches:
  refs/heads/master 4b3f4b19a -> ff8a2426a


Fix running out of memory ("GC overhead limit exceeded") build problem that happens during findBugs analysis (closes #515)


Project: http://git-wip-us.apache.org/repos/asf/groovy/repo
Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/ff8a2426
Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/ff8a2426
Diff: http://git-wip-us.apache.org/repos/asf/groovy/diff/ff8a2426

Branch: refs/heads/master
Commit: ff8a2426abcaa828222bdc33f079e739b2a88b98
Parents: 4b3f4b1
Author: Konstantin Yegupov <ky...@gmail.com>
Authored: Wed Mar 22 18:51:06 2017 +0000
Committer: John Wagenleitner <jw...@apache.org>
Committed: Tue Apr 11 20:36:45 2017 -0700

----------------------------------------------------------------------
 gradle/quality.gradle | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/groovy/blob/ff8a2426/gradle/quality.gradle
----------------------------------------------------------------------
diff --git a/gradle/quality.gradle b/gradle/quality.gradle
index d9ef353..987348e 100644
--- a/gradle/quality.gradle
+++ b/gradle/quality.gradle
@@ -137,6 +137,7 @@ allprojects {
             xml.enabled = false
             html.enabled = true
         }
+        maxHeapSize = '2g'
     }
 }