Skip to content

Commit

Permalink
add maven-surefire-plugin memory use to 2048m
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasMLK committed Jun 24, 2022
1 parent 133d2a2 commit 59bdaa3
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 @@ -126,7 +126,7 @@
<artifactId>maven-surefire-plugin</artifactId>
<version>2.22.2</version>
<configuration>
<argLine>-Xmx1280m</argLine>
<argLine>-Xmx2048m</argLine>
<excludes>
<exclude>${surefire.test.excludes}</exclude>
</excludes>
Expand Down

0 comments on commit 59bdaa3

Please sign in to comment.