Skip to content

Commit a078758

Browse files
committed
Reenabled memory arguments for unit tests
1 parent c193d9f commit a078758

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,12 @@
6060
<groupId>org.apache.maven.plugins</groupId>
6161
<artifactId>maven-surefire-plugin</artifactId>
6262
<version>2.22.0</version>
63-
<!-- <configuration>-->
63+
<configuration>
6464
<!-- <parallel>all</parallel> &lt;!&ndash; Run tests in parallel&ndash;&gt;-->
6565
<!-- <useUnlimitedThreads>true</useUnlimitedThreads>-->
66-
<!-- <argLine>-Xms1g</argLine>-->
67-
<!-- <argLine>-Xmx1g</argLine>-->
68-
<!-- </configuration>-->
66+
<argLine>-Xms1g</argLine>
67+
<argLine>-Xmx1g</argLine>
68+
</configuration>
6969
</plugin>
7070
<plugin>
7171
<groupId>org.codehaus.mojo</groupId>

0 commit comments

Comments
 (0)