Skip to content

Commit 52d8010

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

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
@@ -440,7 +440,7 @@
440440
<version>3.4.1</version>
441441
<configuration>
442442
<useStandardDocletOptions>true</useStandardDocletOptions>
443-
<maxmemory>800m</maxmemory>
443+
<maxmemory>2048m</maxmemory> <!-- Increase memory to 2GB -->
444444
<doclint>none</doclint>
445445

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

0 commit comments

Comments
 (0)