From 8de47fc5700e70c69b85ba1202e1f6121b7a6a80 Mon Sep 17 00:00:00 2001 From: Steve Loughran Date: Thu, 19 Sep 2013 08:21:06 +0000 Subject: [PATCH] HADOOP-9974: document setting mvn heap size - trailing space git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1524651 13f79535-47bb-0310-9956-ffa450edef68 --- BUILDING.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILDING.txt b/BUILDING.txt index 77d3e5a0a8..2deb2ac279 100644 --- a/BUILDING.txt +++ b/BUILDING.txt @@ -155,7 +155,7 @@ Handling out of memory errors in builds If the build process fails with an out of memory error, you should be able to fix it by increasing the memory used by maven -which can be done via the environment -variable MAVEN_OPTS. +variable MAVEN_OPTS. Here is an example setting to allocate between 256 and 512 MB of heap space to Maven