summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Holland <william.holland@codethink.co.uk>2015-10-05 17:21:03 +0100
committerWill Holland <william.holland@codethink.co.uk>2015-10-05 17:21:03 +0100
commit4f2210bbe3574928ca97bec5f97a1e9f025a1736 (patch)
tree01bd750ff697dde7b0e89005659cedc4a9b7cfd8
parentf50bd134a48880ac3eb73d717e7e9eb841cf0b0d (diff)
downloadbuildslave-scripts-4f2210bbe3574928ca97bec5f97a1e9f025a1736.tar.gz
Change instances per cpu down to 8
-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 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