X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/c6a426a88535d6183f712474d1cf1085f54ab9d5..d35e3c25b66d25e4a3dd073c7ba17b0c204ec8e8:/docs/admin/Installation.md diff --git a/docs/admin/Installation.md b/docs/admin/Installation.md index f5411604..d7d35b7e 100644 --- a/docs/admin/Installation.md +++ b/docs/admin/Installation.md @@ -45,6 +45,7 @@ For running Nominatim: * [PostgreSQL](https://www.postgresql.org) (9.6+ will work, 11+ strongly recommended) * [PostGIS](https://postgis.net) (2.2+ will work, 3.0+ strongly recommended) * [Python 3](https://www.python.org/) (3.6+) + * [Python Typing Extensions](https://github.com/python/typing_extensions) * [Psycopg2](https://www.psycopg.org) (2.7+) * [Python Dotenv](https://github.com/theskumar/python-dotenv) * [psutil](https://github.com/giampaolo/psutil) @@ -89,8 +90,7 @@ your `postgresql.conf` file. work_mem = (50MB) effective_cache_size = (24GB) synchronous_commit = off - checkpoint_segments = 100 # only for postgresql <= 9.4 - max_wal_size = 1GB # postgresql > 9.4 + max_wal_size = 1GB checkpoint_timeout = 10min checkpoint_completion_target = 0.9