-
Hi, I've had problems running planetiler for the entire planet. It used to be fast when the Some help or advice would be much apreciated. This took around 2 weeks for z14: java -Xmx80g \
-Djava.net.useSystemProxies=true \
-XX:OnOutOfMemoryError="kill -9 %p" \
-jar planetiler.jar \
--nodemap-type=array \
--storage=mmap \
--download \
--fetch-wikidata \
--area=planet \
--mbtiles=planet_z14.mbtiles \
--minzoom=0 \
--maxzoom=14 \
--languages=latin,nonlatin After running for a while over night (15+ hours) with the following settings, it was still doing java -Xmx24g \
-Djava.net.useSystemProxies=true \
-XX:OnOutOfMemoryError="kill -9 %p" \
-jar planetiler.jar \
--nodemap-type=array \
--storage=mmap \
--download \
--fetch-wikidata \
--area=planet \
--mbtiles=planet_z14.mbtiles \
--minzoom=0 \
--maxzoom=14 \
--languages=latin,nonlatin Similar results with |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
Oh yeah 2 weeks is way too long, even a laptop with 8gb of ram should finish in less than a day. Can you share the timing summary that got printed at the end of the 2 week run so I can see how long each stage took? And also can you share some of the logs in the middle of pass2 where it's going very slowly? And some more details about the machine (windows? linux? what kind of disk?) |
Beta Was this translation helpful? Give feedback.
-
Unfortunately I don't have the logs of the 2-week run, must have been overwritten when I started a new run. Linux machine, standard hard drive (5TB) I have a generation running at the moment (running for 4,5h so far). It's been stuck at
|
Beta Was this translation helpful? Give feedback.
-
I get about 5 hours on a 128 GB Hetzner machine with SSD. Here is what I'm using, in production, doing a full planet run once per week.
link to discussion about why exactly 30 GB |
Beta Was this translation helpful? Give feedback.
Are you using a spinning metal hard drive? Or SSD?