From f50bd134a48880ac3eb73d717e7e9eb841cf0b0d Mon Sep 17 00:00:00 2001 From: Will Holland Date: Mon, 5 Oct 2015 17:13:31 +0100 Subject: Make instances of ybd per cpu thread 10 --- build_a_system.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_a_system.sh b/build_a_system.sh index c2a6e36..51e3de3 100755 --- a/build_a_system.sh +++ b/build_a_system.sh @@ -15,7 +15,7 @@ ybd_dir="$(pwd)/ybd" # had 5 builders with 8 cores each for the parallel build on the meaty # x86 VPS, but we'd like to see some parallelism on the ARM builders, # which have 8 CPUs total, so we'd need to have 4 to see any parallelism. -cpus_per_instance=4 +cpus_per_instance=10 ncpus="$(nproc)" # Determine the number of instances to have such that each has at least -- cgit v1.2.1