Replies: 3 comments 6 replies
-
|
That machine is plenty big so you've got a few options: The default recommendation for generating the planet should work fine: You could also try storing node locations in ram to see if it speeds things up at all: Or you could mount ~450gb as ramdisk and try generating the whole thing on that with Let me know how that works out, it should probably finish in <1 hour or so. |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for the help! I ran the command: java -Xmx300g -XX:MaxHeapFreeRatio=40 -jar planetiler-openmaptiles.jar --osm-path=planet-240729.osm.pbf --output=output.pmtiles --building-merge-z13=false --fetch-wikidata --nodemap-type=array --storage=ram --force It took a long time to complete. Here’s the execution log: What am I doing wrong? I’m open to any suggestions to speed up the planet generation process. |
Beta Was this translation helpful? Give feedback.
-
|
I was able to run the protomaps basemap in 1h35min on my new machine. Details of the run are here: https://gist.github.com/wipfli/17e735c79461cf12019d14ac4ed32b67#run-3 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a server with the following specifications:
CPU: 2 x Intel Xeon E5-2696 v3 (36 cores, 72 threads total)
Memory: 512 GB
SSD: ADATA LEGEND 960 MAX 2TB
I need to generate the entire planet using Planetiler. How should I configure and run Planetiler for the best performance on this server?
Beta Was this translation helpful? Give feedback.
All reactions