Skip to content

Commit 8c6e18b

Browse files
authored
Memory for the doc gods. (#5489)
We're out of memory again in the javadoc generation process. Surely host sizes will outpace the greed of the javadoc tool?
1 parent c79b1e5 commit 8c6e18b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1048,7 +1048,7 @@
10481048
<version>${maven-javadoc-plugin.version}</version>
10491049
<configuration>
10501050
<minmemory>128m</minmemory>
1051-
<maxmemory>12g</maxmemory>
1051+
<maxmemory>24g</maxmemory>
10521052
<includeDependencySources>false</includeDependencySources>
10531053
<show>public</show>
10541054
<author>false</author>

0 commit comments

Comments
 (0)