Skip to content

Commit

Permalink
Even more memory for surefire
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Martins committed Jun 3, 2024
1 parent f39a9f0 commit fc29003
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 @@ -352,7 +352,7 @@
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<useSystemClassLoader>false</useSystemClassLoader>
<argLine>-Xmx2048m</argLine>
<argLine>-Xmx4096m</argLine>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit fc29003

Please sign in to comment.