Skip to content

Commit

Permalink
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 2ab2067 commit f39a9f0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions 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>-Xmx1024m</argLine>
<argLine>-Xmx2048m</argLine>
</configuration>
</plugin>
<plugin>
Expand Down Expand Up @@ -415,7 +415,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.7.0</version>
<configuration>
<compilerVersion>17</compilerVersion>
<source>17</source>
Expand Down

0 comments on commit f39a9f0

Please sign in to comment.