mirror of
https://github.com/corda/corda.git
synced 2024-12-24 15:16:45 +00:00
even more aggresive cpu allocation
This commit is contained in:
parent
7af363d1a6
commit
93623d7317
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user