From: otbutz Date: Tue, 12 Jul 2022 07:49:10 +0000 (+0200) Subject: Remove legacy Postgres options X-Git-Tag: v4.1.0~12^2 X-Git-Url: https://git.openstreetmap.org./nominatim.git/commitdiff_plain/d58061473e0c11a8befe8eb5a20be1927eb7c3cf?hp=33cb925f2eefb4ceee8046672cb6ed676db6bf71 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