Skip to content

Commit

Permalink
build: github stack overflow
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Reichel <[email protected]>
Signed-off-by: manticore-projects <[email protected]>
  • Loading branch information
manticore-projects committed Jan 7, 2025
1 parent 1839170 commit 03a0b78
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,7 @@
<useStandardDocletOptions>true</useStandardDocletOptions>
<maxmemory>2g</maxmemory>
<minmemory>800m</minmemory>
<additionalOptions>-J-Xss2m</additionalOptions>
</configuration>
<goals>
<goal>jar</goal>
Expand Down Expand Up @@ -356,7 +357,7 @@
<argLine>
--add-opens=java.base/java.lang=ALL-UNNAMED
--add-opens=java.base/java.util=ALL-UNNAMED
-Xmx2G -Xms512m
-Xmx2G -Xms512m -Xss2m
</argLine>
</configuration>
</plugin>
Expand Down Expand Up @@ -434,7 +435,7 @@
<version>3.0.0-M7</version>
<configuration>
<outputDirectory>${project.reporting.outputDirectory}/testresults</outputDirectory>
<argLine>-Xmx2G -Xms512m</argLine>
<argLine>-Xmx2G -Xms512m -Xss2m</argLine>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit 03a0b78

Please sign in to comment.