From ea13e3b7beee23d7df45372626bb228c99601c26 Mon Sep 17 00:00:00 2001 From: roadscape <roadscape@users.noreply.github.com> Date: Mon, 26 Feb 2018 14:57:53 -0600 Subject: [PATCH] postgres tune update #52 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index bbe82d515..3d0e9e139 100644 --- a/README.md +++ b/README.md @@ -96,6 +96,8 @@ shared_buffers = 4GB # 25% of memory work_mem = 512MB synchronous_commit = off checkpoint_completion_target = 0.9 +checkpoint_timeout = 30min +max_wal_size = 4GB ``` ## JSON-RPC API -- GitLab