Skip to content

Commit

Permalink
Increase xmx for build job to 3g
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanhahmann committed Jun 24, 2024
1 parent b6fc88c commit 070bab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@
<artifactId>maven-surefire-plugin</artifactId>
<version>3.1.0</version>
<configuration>
<argLine>-Xmx2g</argLine>
<argLine>-Xmx3g</argLine>
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit 070bab3

Please sign in to comment.