From d58061473e0c11a8befe8eb5a20be1927eb7c3cf Mon Sep 17 00:00:00 2001 From: otbutz Date: Tue, 12 Jul 2022 09:49:10 +0200 Subject: [PATCH 1/1] Remove legacy Postgres options --- docs/admin/Installation.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 -- 2.39.5