HBASE-17074 PreCommit job always fails because of OOM

This commit is contained in:
zhangduo 2016-11-14 16:31:51 +08:00
parent b77bfe9d3b
commit e01ee2fd1d
1 changed files with 1 additions and 1 deletions

View File

@ -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.