From 6049ab28cf8cd0fd5850d8b6c470e714007eacdd Mon Sep 17 00:00:00 2001 From: zyphlar Date: Sun, 2 Nov 2025 21:28:27 -0800 Subject: [PATCH] Use 64 threads for the Features stage (pastk) Signed-off-by: zyphlar --- tools/python/maps_generator/var/etc/map_generator.ini.prod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/python/maps_generator/var/etc/map_generator.ini.prod b/tools/python/maps_generator/var/etc/map_generator.ini.prod index a876728b1..3b6c1aa5f 100644 --- a/tools/python/maps_generator/var/etc/map_generator.ini.prod +++ b/tools/python/maps_generator/var/etc/map_generator.ini.prod @@ -21,7 +21,7 @@ MAIN_OUT_PATH: /root/OM/osm-maps # Path to the data/ folder in the repository: USER_RESOURCE_PATH: ${Developer:OMIM_PATH}/data # Features stage only parallelism level. Set to 0 for auto detection. -THREADS_COUNT_FEATURES_STAGE: 16 +THREADS_COUNT_FEATURES_STAGE: 64 # Do not change it. This is determined automatically. NODE_STORAGE: mem