]> git.openstreetmap.org Git - nominatim.git/commitdiff
Updated Import and Update .md file
authorfilimongeorge <filimongeorge23@gmail.com>
Thu, 9 Apr 2020 17:51:38 +0000 (20:51 +0300)
committerGitHub <noreply@github.com>
Thu, 9 Apr 2020 17:51:38 +0000 (20:51 +0300)
docs/admin/Import-and-Update.md

index c80b54a047b28a0883a52f84f4796d0582008c3b..554633ae869042d8882a951eb34ad3e512616a1f 100644 (file)
@@ -171,7 +171,7 @@ In the first step of the import Nominatim uses osm2pgsql to load the OSM data
 into the PostgreSQL database. This step is very demanding in terms of RAM usage.
 osm2pgsql and PostgreSQL are running in parallel at this point. PostgreSQL
 blocks at least the part of RAM that has been configured with the
-`shared_buffers` parameter during [PostgreSQL tuning](Installation#PostgreSQL_tuning)
+`shared_buffers` parameter during [PostgreSQL tuning](Installation#postgresql-tuning)
 and needs some memory on top of that. osm2pgsql needs at least 2GB of RAM for
 its internal data structures, potentially more when it has to process very large
 relations. In addition it needs to maintain a cache for node locations. The size