HADOOP-18680: Insufficient heap during full test runs in Docker container.

Closes #5522

Signed-off-by: Ayush Saxena <ayushsaxena@apache.org>
This commit is contained in:
Chris Nauroth 2023-04-03 22:53:29 +00:00
parent 811441d5bc
commit 14c5810d5e
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ ENV PATH "${PATH}:/opt/protobuf/bin"
### ###
# Avoid out of memory errors in builds # Avoid out of memory errors in builds
### ###
ENV MAVEN_OPTS -Xms256m -Xmx1536m ENV MAVEN_OPTS -Xms256m -Xmx3072m
# Skip gpg verification when downloading Yetus via yetus-wrapper # Skip gpg verification when downloading Yetus via yetus-wrapper
ENV HADOOP_SKIP_YETUS_VERIFICATION true ENV HADOOP_SKIP_YETUS_VERIFICATION true