We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 775566b commit b4353beCopy full SHA for b4353be
pom.xml
@@ -260,9 +260,9 @@
260
<plugin>
261
<groupId>org.apache.maven.plugins</groupId>
262
<artifactId>maven-surefire-plugin</artifactId>
263
- <version>2.14.1</version>
+ <version>2.22.2</version>
264
<configuration>
265
- <argLine>-Xmx2048m -Djava.awt.headless=true -XX:+UseConcMarkSweepGC -XX:OnOutOfMemoryError="kill -9 %p" -Djava.net.preferIPv4Stack=true</argLine>
+ <argLine>-Xmx1024m -Djava.awt.headless=true -Djava.net.preferIPv4Stack=true</argLine>
266
<reuseForks>false</reuseForks>
267
<reportFormat>plain</reportFormat>
268
<systemPropertyVariables>
0 commit comments