From bbc04d06943257ff2280f233d1fc4ef8738ca0b9 Mon Sep 17 00:00:00 2001 From: stack Date: Wed, 8 Apr 2020 14:43:13 -0700 Subject: [PATCH] HBASE-23779 Up the default fork count to make builds complete faster; make count relative to CPU count Halve the build speed by doubling the -C count from 0.25C to 0.5C. --- pom.xml | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/pom.xml b/pom.xml index df9ddfd38952..25d942a7ab07 100755 --- a/pom.xml +++ b/pom.xml @@ -1409,17 +1409,18 @@ false false - - 0.25C - 0.25C + 0.5C + 0.5C org.apache.hadoop.hbase.testclassification.SmallTests org.apache.hadoop.hbase.testclassification.MediumTests false