Replies: 20 comments 16 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. |
|
Thank you.
Thanks |
|
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. |
|
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. |
|
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) |
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. |
|
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. |
|
Would using a 128gb ram 32 core cpu make it substantially faster for the initial load than 64gb ram 16 cores? |
|
Upload OSM data North America 12.3 GB + US Postcode. Infrastructure configuration for initialization:
Total time initialize: 37 hours. |
|
The whole planet import on:
Total time: ~38 hours. The import was done with the |
The whole planet import (
|
|
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. |
|
For reference: importing Germany took me 10hrs and reverse geocoding 55k coordinate pairs took 16mins. Container Size: 108GB |
|
Import multiple regions version 4.3.0:
Hardware:
ETA
|
|
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:
|
|
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 |
|
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). |
|
Hi, any updates? I am planning to import entire planet with updated data. Maybe I should start trying m5.12xlarge with 1.5T ebs? |
|
Hello, Admin import, on GCP, with helm chart https://github.com/robjuz/helm-charts/tree/master/charts/nominatim, without flat node, with a n2-highmem-16 node for kubernetes and a db-custom-64-425984 Cloud SQL : 14 hours. With a db-custom-32-212992, Cloud SQL runs OOM. |
Uh oh!
There was an error while loading. Please reload this page.
Hi.
Is it possible to import the entire world to the database?
If so, can you share the correct docker commands?
Thanks
All reactions