diff --git a/hosts/arashi/services/postgresql.nix b/hosts/arashi/services/postgresql.nix index 0d68d38..9dafe60 100644 --- a/hosts/arashi/services/postgresql.nix +++ b/hosts/arashi/services/postgresql.nix @@ -11,6 +11,8 @@ port = 5432; settings = { listen_addresses = lib.mkForce "*"; + max_connections = "300"; + shared_buffers = "80MB"; }; authentication = '' local all all trust