Skip to content

Commit

Permalink
Update heap size for tests to 3gb
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanhahmann committed Jul 18, 2024
1 parent 3faf6b1 commit 217689b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@
</activation>
<build>
<plugins>
<!-- Configure the maven-surefire-plugin to use a heap size of 2gb while running tests. -->
<!-- Configure the maven-surefire-plugin to use a heap size of 3gb while running tests. -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
Expand All @@ -228,13 +228,13 @@
<id>coverage</id>
<build>
<plugins>
<!-- Configure the maven-surefire-plugin to use a heap size of 2gb while running tests for jacoco coverage analysis. -->
<!-- Configure the maven-surefire-plugin to use a heap size of 3gb while running tests for jacoco coverage analysis. -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.1.0</version>
<configuration>
<argLine>@{argLine} -Xmx2g</argLine>
<argLine>@{argLine} -Xmx3g</argLine>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit 217689b

Please sign in to comment.