Skip to content

Commit d6d7acd

Browse files
committed
Increase heap size in Surefire JVM
1 parent 8ba97a7 commit d6d7acd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,9 @@
156156
<groupId>org.apache.maven.plugins</groupId>
157157
<artifactId>maven-surefire-plugin</artifactId>
158158
<version>3.5.4</version>
159+
<configuration>
160+
<argLine>-Xmx1024m</argLine>
161+
</configuration>
159162
</plugin>
160163
<plugin>
161164
<groupId>org.codehaus.mojo</groupId>

0 commit comments

Comments
 (0)