Skip to content

Commit cdb67d5

Browse files
committed
Trying to ensure tests are run with adequate memory available
1 parent bcaafb9 commit cdb67d5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,7 @@
6464
<!-- <parallel>all</parallel> &lt;!&ndash; Run tests in parallel&ndash;&gt;-->
6565
<!-- <useUnlimitedThreads>true</useUnlimitedThreads>-->
6666
<rerunFailingTestsCount>10</rerunFailingTestsCount>
67-
<argLine>-Xms1g</argLine>
68-
<argLine>-Xmx1g</argLine>
67+
<argLine>-Xms1g -Xmx1g</argLine>
6968
</configuration>
7069
</plugin>
7170
<plugin>

0 commit comments

Comments
 (0)