Skip to content

Commit 6768948

Browse files
committed
reduce parallelization to ensure files complete
i've had a few cases of disk filling up
1 parent 1d57261 commit 6768948

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

make-planet.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ SECONDS=0
3434
make geojson_files
3535
echo "Took $(units ${SECONDS}sec time) (${SECONDS}sec) to generate all geojsons files"
3636
SECONDS=0
37-
make -j2 output_files
37+
make output_files
3838
echo "Took $(units ${SECONDS}sec time) (${SECONDS}sec) to convert all geojsons to pmtiles"
3939

4040
zstd --quiet --force -z -k -e -19 ./upload_to_cloudflare/waterwaymap.org_loops_stats.csv -o waterwaymap.org_loops_stats.csv.zst

0 commit comments

Comments
 (0)