You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by zh...@apache.org on 2020/03/04 04:23:50 UTC

[hbase] branch master updated: HBASE-23921 Findbugs is OOM on master

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

zhangduo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/master by this push:
     new 29ea96f  HBASE-23921 Findbugs is OOM on master
29ea96f is described below

commit 29ea96fad8aea9432836af9e9080d0d35a488ab7
Author: Duo Zhang <zh...@apache.org>
AuthorDate: Wed Mar 4 09:17:01 2020 +0800

    HBASE-23921 Findbugs is OOM on master
---
 dev-support/hbase-personality.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-support/hbase-personality.sh b/dev-support/hbase-personality.sh
index 00be107..100b847 100755
--- a/dev-support/hbase-personality.sh
+++ b/dev-support/hbase-personality.sh
@@ -80,7 +80,7 @@ function personality_globals
   # TODO use PATCH_BRANCH to select jdk versions to use.
 
   # Override the maven options
-  MAVEN_OPTS="${MAVEN_OPTS:-"-Xms4G -Xmx4G"}"
+  MAVEN_OPTS="${MAVEN_OPTS:-"-Xms6G -Xmx6G"}"
 
   # Yetus 0.7.0 enforces limits. Default proclimit is 1000.
   # Up it. See HBASE-19902 for how we arrived at this number.