From 440f43bc5436e39aacecbdb2b8c4ffa41129af36 Mon Sep 17 00:00:00 2001 From: konggdev Date: Tue, 18 Aug 2026 22:44:45 +0200 Subject: [PATCH] Use all available cores instead of 16 --- build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index 9d6b066..5bf5244 100755 --- a/build.sh +++ b/build.sh @@ -144,7 +144,7 @@ single_planet() { --hgtdir=work/hgt \ --sources=view1,view3 \ --simplifyContoursEpsilon=0.001 \ - -j16 \ + -j$(nproc --all) \ --max-nodes-per-tile=0 \ --output-prefix="./work/contours/$REG/con" @@ -195,7 +195,7 @@ generate_region() { --hgtdir=work/hgt \ --sources=view1,view3 \ --simplifyContoursEpsilon=0.001 \ - -j16 \ + -j$(nproc --all) \ --max-nodes-per-tile=0 \ --output-prefix="./work/contours/$(system_path "${PATH_ARG}")/con"