We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcaafb9 commit cdb67d5Copy full SHA for cdb67d5
pom.xml
@@ -64,8 +64,7 @@
64
<!-- <parallel>all</parallel> <!– Run tests in parallel–>-->
65
<!-- <useUnlimitedThreads>true</useUnlimitedThreads>-->
66
<rerunFailingTestsCount>10</rerunFailingTestsCount>
67
- <argLine>-Xms1g</argLine>
68
- <argLine>-Xmx1g</argLine>
+ <argLine>-Xms1g -Xmx1g</argLine>
69
</configuration>
70
</plugin>
71
<plugin>
0 commit comments