diff --git a/system/nixos/postgresql.nix b/system/nixos/postgresql.nix index 47dbe8f..2e8ad7d 100644 --- a/system/nixos/postgresql.nix +++ b/system/nixos/postgresql.nix @@ -17,6 +17,8 @@ wal_init_zero = "off"; wal_recycle = "off"; + work_mem = "12MB"; + track_activities = "on"; track_counts = "on"; autovacuum = "on";