Browse Source

HADOOP-14644. Increase max heap size of Maven javadoc plugin. Contributed by Andras Bokor.

Andrew Wang 7 years ago
parent
commit
2be9412b73
1 changed files with 1 additions and 1 deletions
  1. 1 1
      hadoop-project-dist/pom.xml

+ 1 - 1
hadoop-project-dist/pom.xml

@@ -102,7 +102,7 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-javadoc-plugin</artifactId>
         <configuration>
-          <maxmemory>512m</maxmemory>
+          <maxmemory>768m</maxmemory>
           <quiet>true</quiet>
           <verbose>false</verbose>
           <source>${maven.compile.source}</source>