From: Sarah Hoffmann Date: Wed, 13 Jul 2022 13:51:47 +0000 (+0200) Subject: Merge pull request #2764 from otbutz/patch-4 X-Git-Tag: v4.1.0~12 X-Git-Url: https://git.openstreetmap.org/nominatim.git/commitdiff_plain/00f5b78160a0a0690a00935910ccef57254847bd?hp=33cb925f2eefb4ceee8046672cb6ed676db6bf71 Merge pull request #2764 from otbutz/patch-4 Remove legacy Postgres options --- diff --git a/docs/admin/Installation.md b/docs/admin/Installation.md index f5411604..96546cf3 100644 --- a/docs/admin/Installation.md +++ b/docs/admin/Installation.md @@ -89,8 +89,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