We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4353be commit 841660bCopy full SHA for 841660b
pom.xml
@@ -262,8 +262,9 @@
262
<artifactId>maven-surefire-plugin</artifactId>
263
<version>2.22.2</version>
264
<configuration>
265
- <argLine>-Xmx1024m -Djava.awt.headless=true -Djava.net.preferIPv4Stack=true</argLine>
+ <argLine>-Xmx2048m -Djava.awt.headless=true -Djava.net.preferIPv4Stack=true</argLine>
266
<reuseForks>false</reuseForks>
267
+ <useSystemClassLoader>false</useSystemClassLoader>
268
<reportFormat>plain</reportFormat>
269
<systemPropertyVariables>
270
<java.io.tmpdir>${project.build.directory}</java.io.tmpdir>
0 commit comments