postgresql: improve zfs performances

This commit is contained in:
nyanloutre 2020-04-08 12:53:53 +02:00
parent e08bd357ed
commit ec1f659ce4
1 changed files with 6 additions and 1 deletions

View File

@ -283,7 +283,12 @@ in
''; '';
}; };
postgresql.enable = true; postgresql = {
enable = true;
extraConfig = ''
full_page_writes = off
'';
};
pgmanage = { pgmanage = {
enable = true; enable = true;