From 7deed4abe63c2d404f76bc393d50381873e16371 Mon Sep 17 00:00:00 2001 From: einhornimmond Date: Tue, 8 Jul 2025 19:16:22 +0200 Subject: [PATCH] use with turbo only task count = cpu core count for build --- deployment/bare_metal/start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/bare_metal/start.sh b/deployment/bare_metal/start.sh index 0eda8958a..498a112b9 100755 --- a/deployment/bare_metal/start.sh +++ b/deployment/bare_metal/start.sh @@ -282,7 +282,7 @@ bun install # build all modules log_step 'build all modules' -turbo build --env-mode=loose +turbo build --env-mode=loose --concurrency=$(nproc) # database log_step 'Updating database'