Skip to content

Commit 9a2f803

Browse files
joviegasmillems
andauthored
Increasing the max memory for public-javadoc profile (#2727)
Co-authored-by: Matthew Miller <[email protected]>
1 parent 5d1e989 commit 9a2f803

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
@@ -783,7 +783,7 @@
783783
<version>${maven-javadoc-plugin.version}</version>
784784
<configuration>
785785
<minmemory>128m</minmemory>
786-
<maxmemory>8g</maxmemory>
786+
<maxmemory>12g</maxmemory>
787787
<includeDependencySources>false</includeDependencySources>
788788
<show>public</show>
789789
<author>false</author>

0 commit comments

Comments
 (0)