Use all available cores instead of 16

This commit is contained in:
2026-08-18 22:44:45 +02:00
parent bdefbe57be
commit 440f43bc54
+2 -2
View File
@@ -144,7 +144,7 @@ single_planet() {
--hgtdir=work/hgt \ --hgtdir=work/hgt \
--sources=view1,view3 \ --sources=view1,view3 \
--simplifyContoursEpsilon=0.001 \ --simplifyContoursEpsilon=0.001 \
-j16 \ -j$(nproc --all) \
--max-nodes-per-tile=0 \ --max-nodes-per-tile=0 \
--output-prefix="./work/contours/$REG/con" --output-prefix="./work/contours/$REG/con"
@@ -195,7 +195,7 @@ generate_region() {
--hgtdir=work/hgt \ --hgtdir=work/hgt \
--sources=view1,view3 \ --sources=view1,view3 \
--simplifyContoursEpsilon=0.001 \ --simplifyContoursEpsilon=0.001 \
-j16 \ -j$(nproc --all) \
--max-nodes-per-tile=0 \ --max-nodes-per-tile=0 \
--output-prefix="./work/contours/$(system_path "${PATH_ARG}")/con" --output-prefix="./work/contours/$(system_path "${PATH_ARG}")/con"