소스 검색

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