mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-21 05:43:37 +00:00
[generator] Fix default NODE_STORAGE setting to 'map'
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user