summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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