mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-19 13:03:36 +00:00
[generator] Fix default NODE_STORAGE setting to 'map'
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
This commit is contained in:
@@ -330,5 +330,4 @@ def init(default_settings_path: AnyStr):
|
|||||||
PLANET_MD5_URL = (
|
PLANET_MD5_URL = (
|
||||||
"https://www.dropbox.com/s/8wdl2hy22jgisk5/planet-latest.o5m.md5?raw=1"
|
"https://www.dropbox.com/s/8wdl2hy22jgisk5/planet-latest.o5m.md5?raw=1"
|
||||||
)
|
)
|
||||||
NODE_STORAGE = "map"
|
|
||||||
NEED_PLANET_UPDATE = False
|
NEED_PLANET_UPDATE = False
|
||||||
|
|||||||
@@ -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
|
# "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)
|
# "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
|
# "raw" - read from a mmapped file, slow, but uses the least memory
|
||||||
NODE_STORAGE: mem
|
NODE_STORAGE: map
|
||||||
|
|
||||||
|
|
||||||
[Osm tools]
|
[Osm tools]
|
||||||
|
|||||||
Reference in New Issue
Block a user