Skip to content

Commit 5d080b3

Browse files
build: update memory settings
Signed-off-by: Andreas Reichel <[email protected]> Signed-off-by: manticore-projects <[email protected]>
1 parent 52d8010 commit 5d080b3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

pom.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,9 @@
312312
<additionalOptions>${javadoc.opts}</additionalOptions>
313313
<excludePackageNames>net.sf.jsqlparser.parser</excludePackageNames>
314314
<doclint>none</doclint>
315+
<useStandardDocletOptions>true</useStandardDocletOptions>
316+
<maxmemory>2g</maxmemory>
317+
<minmemory>800m</minmemory>
315318
</configuration>
316319
<goals>
317320
<goal>jar</goal>
@@ -440,7 +443,8 @@
440443
<version>3.4.1</version>
441444
<configuration>
442445
<useStandardDocletOptions>true</useStandardDocletOptions>
443-
<maxmemory>2048m</maxmemory> <!-- Increase memory to 2GB -->
446+
<maxmemory>2g</maxmemory>
447+
<minmemory>800m</minmemory>
444448
<doclint>none</doclint>
445449

446450
<!-- Doclint does not work on the Test Sources

0 commit comments

Comments
 (0)