Repository: hbase
Updated Branches:
  refs/heads/0.98 99798411e -> ef9116336


HBASE-17074 PreCommit job always fails because of OOM


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

Branch: refs/heads/0.98
Commit: ef9116336236fdc212b1039c8b66c6dfc1b21d39
Parents: 9979841
Author: zhangduo <zhang...@apache.org>
Authored: Mon Nov 14 16:31:51 2016 +0800
Committer: zhangduo <zhang...@apache.org>
Committed: Tue Nov 15 08:31:13 2016 +0800

----------------------------------------------------------------------
 dev-support/docker/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/ef911633/dev-support/docker/Dockerfile
----------------------------------------------------------------------
diff --git a/dev-support/docker/Dockerfile b/dev-support/docker/Dockerfile
index 2f7ce09..ee4cba4 100644
--- a/dev-support/docker/Dockerfile
+++ b/dev-support/docker/Dockerfile
@@ -134,7 +134,7 @@ RUN pip install python-dateutil
 ###
 # Avoid out of memory errors in builds
 ###
-ENV MAVEN_OPTS -Xms256m -Xmx512m
+ENV MAVEN_OPTS -Xmx3g
 
 ###
 # Everything past this point is either not needed for testing or breaks Yetus.

Reply via email to