This is an automated email from the ASF dual-hosted git repository. chesnay pushed a commit to branch exp_github_actions in repository https://gitbox.apache.org/repos/asf/flink.git
commit b2e3bdbfac51b8cb659b79fa2caf2d6e5e938755 Author: Piotr Nowojski <piotr.nowoj...@gmail.com> AuthorDate: Tue Mar 22 16:06:25 2022 +0100 forkCount --- pom.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 00384ec13be..134099b5587 100644 --- a/pom.xml +++ b/pom.xml @@ -1594,7 +1594,6 @@ under the License. <test.randomization.seed>${test.randomization.seed}</test.randomization.seed> <junit.jupiter.extensions.autodetection.enabled>true</junit.jupiter.extensions.autodetection.enabled> </systemPropertyVariables> - <argLine>-Xms256m -Xmx2048m -XX:+UseG1GC</argLine> </configuration> <executions> <!--execute all the unit tests--> @@ -1608,6 +1607,8 @@ under the License. <includes> <include>${test.unit.pattern}</include> </includes> + <forkCount>4</forkCount> + <argLine>-Xms256m -Xmx1024m -XX:+UseG1GC</argLine> </configuration> </execution> <!--execute all the integration tests--> @@ -1627,6 +1628,7 @@ under the License. e.g., 'org.apache.flink.api.scala.typeutils.Foo$Bar$Foobar'. --> <exclude>**/*$*</exclude> </excludes> + <argLine>-Xms256m -Xmx2048m -XX:+UseG1GC</argLine> <reuseForks>false</reuseForks> </configuration> </execution>