From 4f2210bbe3574928ca97bec5f97a1e9f025a1736 Mon Sep 17 00:00:00 2001 From: Will Holland Date: Mon, 5 Oct 2015 17:21:03 +0100 Subject: Change instances per cpu down to 8 --- 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 51e3de3..a5e7b0c 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=10 +cpus_per_instance=8 ncpus="$(nproc)" # Determine the number of instances to have such that each has at least -- cgit v1.2.1