You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by iw...@apache.org on 2021/10/12 15:53:45 UTC

[hadoop] branch branch-2.10 updated: HADOOP-17964. Increase Java heap size for running Maven in Dockerfile of branch-2.10. (#3545)

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

iwasakims pushed a commit to branch branch-2.10
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/branch-2.10 by this push:
     new b8dc05e  HADOOP-17964. Increase Java heap size for running Maven in Dockerfile of branch-2.10. (#3545)
b8dc05e is described below

commit b8dc05efcd1450f94c930fa6c1c794e0e2421037
Author: Masatake Iwasaki <iw...@apache.org>
AuthorDate: Wed Oct 13 00:53:03 2021 +0900

    HADOOP-17964. Increase Java heap size for running Maven in Dockerfile of branch-2.10. (#3545)
---
 dev-support/docker/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-support/docker/Dockerfile b/dev-support/docker/Dockerfile
index 24c36f0..cf163d9e 100644
--- a/dev-support/docker/Dockerfile
+++ b/dev-support/docker/Dockerfile
@@ -203,7 +203,7 @@ RUN curl -L -s -S \
 ###
 # Avoid out of memory errors in builds
 ###
-ENV MAVEN_OPTS -Xms256m -Xmx1536m -Dhttps.protocols=TLSv1.2 -Dhttps.cipherSuites=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256
+ENV MAVEN_OPTS -Xms256m -Xmx2048m -XX:MaxPermSize=512m -Dhttps.protocols=TLSv1.2 -Dhttps.cipherSuites=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256
 
 
 ###

---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org