Skip to content

Commit b4353be

Browse files
committed
Update Maven Surefire plugin to version 2.22.2 and reduce maximum heap size for improved test performance
1 parent 775566b commit b4353be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -260,9 +260,9 @@
260260
<plugin>
261261
<groupId>org.apache.maven.plugins</groupId>
262262
<artifactId>maven-surefire-plugin</artifactId>
263-
<version>2.14.1</version>
263+
<version>2.22.2</version>
264264
<configuration>
265-
<argLine>-Xmx2048m -Djava.awt.headless=true -XX:+UseConcMarkSweepGC -XX:OnOutOfMemoryError="kill -9 %p" -Djava.net.preferIPv4Stack=true</argLine>
265+
<argLine>-Xmx1024m -Djava.awt.headless=true -Djava.net.preferIPv4Stack=true</argLine>
266266
<reuseForks>false</reuseForks>
267267
<reportFormat>plain</reportFormat>
268268
<systemPropertyVariables>

0 commit comments

Comments
 (0)