Skip to content

Commit b528b8d

Browse files
authored
Update pom.xml
Avoid memory starvation
1 parent 51c8446 commit b528b8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139
<artifactId>maven-surefire-plugin</artifactId>
140140
<version>3.5.4</version>
141141
<configuration>
142-
<argLine>-Xmx16g</argLine>
142+
<argLine>-Xmx10g</argLine>
143143
<parallel>suites</parallel>
144144
<perCoreThreadCount>true</perCoreThreadCount>
145145
<additionalClasspathElements>

0 commit comments

Comments
 (0)