HADOOP-8169. javadoc generation fails with java.lang.OutOfMemoryError: Java heap space (tgraves via bobby)

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1300619 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Joseph Evans 2012-03-14 16:17:17 +00:00
parent 3e582c690c
commit 18fd4c9f7a
2 changed files with 4 additions and 0 deletions

View File

@ -229,6 +229,9 @@ Release 0.23.3 - UNRELEASED
HADOOP-8154. DNS#getIPs shouldn't silently return the local host
IP for bogus interface names. (eli)
HADOOP-8169. javadoc generation fails with java.lang.OutOfMemoryError:
Java heap space (tgraves via bobby)
BREAKDOWN OF HADOOP-7454 SUBTASKS
HADOOP-7455. HA: Introduce HA Service Protocol Interface. (suresh)

View File

@ -114,6 +114,7 @@
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<linksource>true</linksource>
<maxmemory>512m</maxmemory>
<quiet>true</quiet>
<verbose>false</verbose>
<source>${maven.compile.source}</source>