Set postgresql max_wal_size to 4GB

This commit is contained in:
2024-09-10 07:22:15 +00:00
orang tua c3165fa651
melakukan d5b81255d0

Melihat File

@ -53,6 +53,7 @@ in {
services.postgresql.settings = {
max_connections = "512";
shared_buffers = "4096MB";
max_wal_size = "4096MB";
};
services.zfs = {