HBASE-17074 PreCommit job always fails because of OOM

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

View File

@ -130,7 +130,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.