diff --git a/BUILDING.txt b/BUILDING.txt index 47aaab446b..99555633a1 100644 --- a/BUILDING.txt +++ b/BUILDING.txt @@ -331,10 +331,10 @@ If the build process fails with an out of memory error, you should be able to fi it by increasing the memory used by maven which can be done via the environment variable MAVEN_OPTS. -Here is an example setting to allocate between 256 and 512 MB of heap space to +Here is an example setting to allocate between 256 MB and 1 GB of heap space to Maven -export MAVEN_OPTS="-Xms256m -Xmx512m" +export MAVEN_OPTS="-Xms256m -Xmx1g" ---------------------------------------------------------------------------------- diff --git a/dev-support/docker/Dockerfile b/dev-support/docker/Dockerfile index 31ac611f65..1ced9ef763 100644 --- a/dev-support/docker/Dockerfile +++ b/dev-support/docker/Dockerfile @@ -147,7 +147,7 @@ RUN pip install python-dateutil ### # Avoid out of memory errors in builds ### -ENV MAVEN_OPTS -Xms256m -Xmx512m +ENV MAVEN_OPTS -Xms256m -Xmx1g ### # Install node js tools for web UI frameowkr diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml index 8980f0efe7..66e3dfc95a 100644 --- a/hadoop-project/pom.xml +++ b/hadoop-project/pom.xml @@ -117,7 +117,7 @@ -Xmx2048m -XX:+HeapDumpOnOutOfMemoryError - 2.17 + 2.19.1 ${maven-surefire-plugin.version} ${maven-surefire-plugin.version} @@ -1546,7 +1546,7 @@ ${test.build.data} ${test.build.webapps} ${test.cache.data} - ${test.build.classes} + ${project.build.directory}/test-classes true ${project.build.directory}/test-classes/krb5.conf