X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/5dc10bd5a2bd65e1c305d6cf9d9f7295dc9e18ea..d3604b8594ce1c2ec01bac675fc35b49ab8fc7df:/docs/admin/Import-and-Update.md diff --git a/docs/admin/Import-and-Update.md b/docs/admin/Import-and-Update.md index 1e55e856..3d090597 100644 --- a/docs/admin/Import-and-Update.md +++ b/docs/admin/Import-and-Update.md @@ -133,7 +133,7 @@ style | Import time | DB size | after drop admin | 5h | 190 GB | 20 GB street | 42h | 400 GB | 180 GB address | 59h | 500 GB | 260 GB -full | 80h | 590 GB | 320 GB +full | 80h | 575 GB | 300 GB You can also customize the styles further. For an description of the style format see [the developement section](../develop/Import.md). @@ -143,7 +143,8 @@ style format see [the developement section](../develop/Import.md). **Important:** first try the import with a small extract, for example from [Geofabrik](https://download.geofabrik.de). -Download the data to import and load the data with the following command: +Download the data to import and load the data with the following command +from the build directory: ```sh ./utils/setup.php --osm-file --all [--osm2pgsql-cache 28000] 2>&1 | tee setup.log