mirror of
https://github.com/CHN-beta/nixos.git
synced 2026-01-12 04:59:23 +08:00
postgresql: enable autovacuum
This commit is contained in:
@@ -33,6 +33,7 @@ inputs:
|
||||
unix_socket_permissions = "0700";
|
||||
shared_buffers = "2048MB";
|
||||
work_mem = "128MB";
|
||||
autovacuum = "on";
|
||||
};
|
||||
# log_timezone = 'Asia/Shanghai'
|
||||
# datestyle = 'iso, mdy'
|
||||
|
||||
Reference in New Issue
Block a user