]> git.openstreetmap.org Git - nominatim.git/commitdiff
Merge pull request #2764 from otbutz/patch-4
authorSarah Hoffmann <lonvia@denofr.de>
Wed, 13 Jul 2022 13:51:47 +0000 (15:51 +0200)
committerGitHub <noreply@github.com>
Wed, 13 Jul 2022 13:51:47 +0000 (15:51 +0200)
Remove legacy Postgres options

docs/admin/Installation.md

index f5411604ef4a5bfeae7b06ed94796b271e63ea8e..96546cf3de57dabd1f27b338220767216235f2d7 100644 (file)
@@ -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