From 93623d73175e30fbf54d34282e09b606bd6255b8 Mon Sep 17 00:00:00 2001 From: stefano Date: Mon, 27 Jan 2020 12:56:36 +0000 Subject: [PATCH] even more aggresive cpu allocation --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index f12fb23445..1228d771bf 100644 --- a/build.gradle +++ b/build.gradle @@ -634,7 +634,7 @@ task allParallelIntegrationTest(type: ParallelTestGroup) { testGroups "integrationTest" numberOfShards 10 streamOutput false - coresPerFork 4 + coresPerFork 2 memoryInGbPerFork 12 distribute DistributeTestsBy.METHOD nodeTaints "big" @@ -644,7 +644,7 @@ task allParallelUnitTest(type: ParallelTestGroup) { testGroups "test" numberOfShards 10 streamOutput false - coresPerFork 3 + coresPerFork 2 memoryInGbPerFork 12 distribute DistributeTestsBy.CLASS nodeTaints "small"