From 1ec6ce9a223002a4b08109e9c470411ba117341a Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Wed, 11 Mar 2026 11:00:37 +0100 Subject: [PATCH] increse recommended space for flatnode file --- settings/env.defaults | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings/env.defaults b/settings/env.defaults index 114f54de5..ead943b95 100644 --- a/settings/env.defaults +++ b/settings/env.defaults @@ -58,7 +58,7 @@ NOMINATIM_IMPORT_STYLE=extratags # Location of the flatnode file used by osm2pgsql to store node locations. # When unset, osm2pgsql stores the location in the PostgreSQL database. This # is especially useful for imports of larger areas, like continents or the -# full planet. The file needs at least 70GB storage. +# full planet. The file needs at least 100GB storage. NOMINATIM_FLATNODE_FILE= ### Tablespace settings