Out of memory for 3GB .pbf file? #405
-
Beta Was this translation helpful? Give feedback.
Answered by
leonardehrenfried
Dec 13, 2022
Replies: 1 comment 4 replies
-
Nominatim needs a lot of disk space. The pbf is a highly optimized binary format and Nominatim stores everything in Postgres which is optimized for fast reading but not disk space. |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
Afler
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Nominatim needs a lot of disk space. The pbf is a highly optimized binary format and Nominatim stores everything in Postgres which is optimized for fast reading but not disk space.