Skip to content

Commit 1333c05

Browse files
author
Ville Koskela
committed
Limiting surefire fork memory to 1024Mb
1 parent 17c8191 commit 1333c05

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
@@ -163,6 +163,9 @@
163163
<plugin>
164164
<groupId>org.apache.maven.plugins</groupId>
165165
<artifactId>maven-surefire-plugin</artifactId>
166+
<configuration>
167+
<argLine>${argLine} -Xms512m -Xmx1024m -ea -Duser.timezone="UTC"</argLine>
168+
</configuration>
166169
</plugin>
167170
<plugin>
168171
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)