mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-26 11:08:13 +00:00
fix typo
This commit is contained in:
@@ -163,7 +163,7 @@ configuration as it may not be optimal for the import.
|
|||||||
In the first step of the import Nominatim uses osm2pgsql to load the OSM data
|
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.
|
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
|
osm2pgsql and PostgreSQL are running in parallel at this point. PostgreSQL
|
||||||
blockes at least the part of RAM that has been configured with the
|
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
|
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
|
its internal data structures, potentially more when it has to process very large
|
||||||
|
|||||||
Reference in New Issue
Block a user