Skip to content

Commit

Permalink
Update Planetiler options
Browse files Browse the repository at this point in the history
  • Loading branch information
rinigus committed Oct 14, 2023
1 parent 5642102 commit d56fc06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/import/mapbox/run_planetiler.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ echo Remove old data
rm output.mbtiles || echo No output.mbtiles found
rm -rf data && mkdir data

java -Xmx110g \
java -Xmx130g \
`# return unused heap memory to the OS` \
-XX:MaxHeapFreeRatio=40 \
-jar planetiler.jar \
Expand All @@ -21,6 +21,6 @@ java -Xmx110g \
--download-threads=10 --download-chunk-size-mb=1000 \
`# Also download name translations from wikidata` \
--fetch-wikidata \
--mbtiles=output.mbtiles \
--output=output.mbtiles \
`# Store temporary node locations in memory` \
--nodemap-type=array --storage=ram

0 comments on commit d56fc06

Please sign in to comment.