hydra: increase Postgresql cache size

This commit is contained in:
Antoine Eiche 2020-10-21 19:15:05 +02:00
parent 9ce6118b83
commit cc56a165fe

View file

@ -105,6 +105,14 @@ in {
'';
};
services.postgresql = {
enable = true;
extraConfig = ''
shared_buffers = 4GB
effective_cache_size = 4GB
'';
};
nix = {
distributedBuilds = true;
extraOptions = ''