Set postgresql max_wal_size to 4GB
This commit is contained in:
parent
c3165fa651
commit
d5b81255d0
@ -53,6 +53,7 @@ in {
|
||||
services.postgresql.settings = {
|
||||
max_connections = "512";
|
||||
shared_buffers = "4096MB";
|
||||
max_wal_size = "4096MB";
|
||||
};
|
||||
|
||||
services.zfs = {
|
||||
|
Loading…
Reference in New Issue
Block a user