diff options
author | Rory&::Emma <root@rory.gay> | 2024-08-01 20:36:51 +0000 |
---|---|---|
committer | Rory&::Emma <root@rory.gay> | 2024-08-01 20:36:51 +0000 |
commit | b618c2bb7aa621ea9216fc729bf0c3eff9ac09ef (patch) | |
tree | 02f5e6301d228b8ac6f88a08d0569fbbdbd009d6 /host | |
parent | Fix LinuxMint draupnir ip (diff) | |
download | Rory-Open-Architecture-b618c2bb7aa621ea9216fc729bf0c3eff9ac09ef.tar.xz |
Server changes
Diffstat (limited to 'host')
-rwxr-xr-x | host/Rory-nginx/services/postgres.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/Rory-nginx/services/postgres.nix b/host/Rory-nginx/services/postgres.nix index b63e437..2b29d42 100755 --- a/host/Rory-nginx/services/postgres.nix +++ b/host/Rory-nginx/services/postgres.nix @@ -33,7 +33,7 @@ superuser_reserved_connections = 3; shared_buffers = "32GB"; - work_mem = "1GB"; + work_mem = "16GB"; maintenance_work_mem = "8GB"; huge_pages = "try"; effective_cache_size = "64GB"; # was 22 |