Replies: 18 comments 15 replies
-
Yes, it's possible but will require a machine with 64GB of memory: https://nominatim.org/release-docs/latest/admin/Installation/#hardware The original planet file from https://planet.openstreetmap.org/ is throttled so you want to use a mirror from: https://wiki.openstreetmap.org/wiki/Planet.osm#Planet.osm_mirrors Choose a mirror near your server for the best download speed. If you're in Europe you could use the German mirror. I haven't tested it myself but i think it's this command:
You might need to also play around with the tuning parameters documented in the wiki. Please report back if it works. |
Beta Was this translation helpful? Give feedback.
-
Thank you.
Thanks |
Beta Was this translation helpful? Give feedback.
-
Prepare for 5-10 days of importing. It's easier to estimate once the first couple of ranks are imported. Disc speed is also a factor, use the fastest discs (or network mounted storage) you can find. After the import you can lower the RAM. |
Beta Was this translation helpful? Give feedback.
-
Thanks for the information here! Some recent insights: After the imported I scaled down to n2-custom-6-49152 (6 vCPUs, 48 GB) and "balanced persistent disk", it is running fine! It seems a smaller machine could also be fine, PostgreSQL is doing a great job. The downloaded pbf file was a little bit outdated (June 11th) and daily updates ware applied (until today, June 24th). After the updates the nominatim disk is with 976GB occupied. |
Beta Was this translation helpful? Give feedback.
-
I started Nominatim 4.1 with planet import on a Hetzner Root Server AX101 with AMD Ryzen™ 9 5950X (16 cores) and 128 GB DDR4 ECC It took around 2 days to import everything. plus ~1 night to get up-to-date with nominatim replication. It uses now 428G on ZFS (zfs with lz4 compression)
|
Beta Was this translation helpful? Give feedback.
This comment was marked as off-topic.
This comment was marked as off-topic.
-
Import of Germany is possible on a M1 MacBook, volume size is 99 GB after import. It takes 8-12 hours, I used 12 GB RAM for the podman VM. |
Beta Was this translation helpful? Give feedback.
-
After the import, the server running normally with ocuppied about 10 GB memory. But the memory usage starts to increase from a certain point, and now takes up 30GB. |
Beta Was this translation helpful? Give feedback.
-
Would using a 128gb ram 32 core cpu make it substantially faster for the initial load than 64gb ram 16 cores? |
Beta Was this translation helpful? Give feedback.
-
Upload OSM data North America 12.3 GB + US Postcode. Infrastructure configuration for initialization:
Total time initialize: 37 hours. |
Beta Was this translation helpful? Give feedback.
-
The whole planet import on:
Total time: ~38 hours. The import was done with the |
Beta Was this translation helpful? Give feedback.
-
The whole planet import (
|
Beta Was this translation helpful? Give feedback.
-
I ran into out of memory / out of space issues with the simple m5.2xlarge ec2 instance at 1TB. I am also importing US postcodes, GB postcodes, and TIGER data which adds to the data size some. |
Beta Was this translation helpful? Give feedback.
-
For reference: importing Germany took me 10hrs and reverse geocoding 55k coordinate pairs took 16mins. Container Size: 108GB |
Beta Was this translation helpful? Give feedback.
-
Import multiple regions version 4.3.0:
Hardware:
ETA
|
Beta Was this translation helpful? Give feedback.
-
Did anybody try USA only import here? Is this feasible to do on a 16GB RAM Windows laptop, with 12 GB dedicated to WSL2? I am thinking of running the following command:
|
Beta Was this translation helpful? Give feedback.
-
I'll update with the time once it's done. UTC times
I pre-downloaded the pbf via S3. x8g.xlarge, 64GB RAM and 4 vCPUs
|
Beta Was this translation helpful? Give feedback.
-
So attempting this again with an m5.4xlarge (64gb) with 1.5TB storage failed just now.
this was the command I used to start docker:
Going to reattempt with a larger box (more memory, same disk space), m5.8xlarge (128gb RAM). |
Beta Was this translation helpful? Give feedback.
-
Hi.
Is it possible to import the entire world to the database?
If so, can you share the correct docker commands?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions