[generator] Fix default NODE_STORAGE setting to 'map'

Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
This commit is contained in:
Konstantin Pastbin
2025-08-10 15:41:21 +07:00
parent 607191503c
commit c3d0689d8a
2 changed files with 1 additions and 2 deletions

View File

@@ -25,7 +25,7 @@ THREADS_COUNT_FEATURES_STAGE: 0
# "map" (default) - fast, suitable to generate a few countries, but is not suitable for the whole planet
# "mem" - fastest, best for the whole planet generation, needs ~100GB memory (as of 2025)
# "raw" - read from a mmapped file, slow, but uses the least memory
NODE_STORAGE: mem
NODE_STORAGE: map
[Osm tools]