浏览代码

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
Steve Loughran 11 年之前
父节点
当前提交
8de47fc570
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      BUILDING.txt

+ 1 - 1
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