From 349f57e4746d46066ffef6004f1bce1463e07385 Mon Sep 17 00:00:00 2001 From: coolneng Date: Tue, 20 Jun 2023 17:57:41 +0200 Subject: [PATCH] Optimize Postgres performance settings --- modules/webstack.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/webstack.nix b/modules/webstack.nix index 2e3f363..362e094 100644 --- a/modules/webstack.nix +++ b/modules/webstack.nix @@ -209,7 +209,7 @@ ''; settings = { max_connections = "300"; - shared_buffers = "512MB"; + shared_buffers = "1024MB"; }; };