summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Holland <william.holland@codethink.co.uk>2015-10-05 17:13:31 +0100
committerWill Holland <william.holland@codethink.co.uk>2015-10-05 17:13:31 +0100
commitf50bd134a48880ac3eb73d717e7e9eb841cf0b0d (patch)
tree4c12804c830cda1c58ea09e8405057c2d043bb68
parent1500a0a136fcf89af50be0364d9f70f77dc595e0 (diff)
downloadbuildslave-scripts-f50bd134a48880ac3eb73d717e7e9eb841cf0b0d.tar.gz
Make instances of ybd per cpu thread 10
-rwxr-xr-xbuild_a_system.sh2
1 files changed, 1 insertions, 1 deletions
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