postgresql: improve zfs performances
This commit is contained in:
parent
e08bd357ed
commit
ec1f659ce4
@ -283,7 +283,12 @@ in
|
|||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
postgresql.enable = true;
|
postgresql = {
|
||||||
|
enable = true;
|
||||||
|
extraConfig = ''
|
||||||
|
full_page_writes = off
|
||||||
|
'';
|
||||||
|
};
|
||||||
|
|
||||||
pgmanage = {
|
pgmanage = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user