From bcf5f4648670770b6c5fcfd56fd24660fae5ad44 Mon Sep 17 00:00:00 2001 From: Maximilian Michels Date: Wed, 1 Jun 2016 15:11:29 +0200 Subject: [PATCH] [FLINK-3607] decrease default forkCount for tests This makes running test locally a more pleasant experience. It still uses all exposed CPU cores (virtual or real). A custom forkCount can be set using the flink.forkCount property, e.g. -Dflink.forkCount=4. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 6f444b3fdf067..23f6dc540473e 100644 --- a/pom.xml +++ b/pom.xml @@ -89,7 +89,7 @@ under the License. - 1.5C + 1C true log4j-test.properties 1.7.7