This commit is contained in:
Sandro - 2023-05-17 19:05:32 +02:00
parent dd489fe8cd
commit 76ab7d3f0e
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 1 additions and 1 deletions

View File

@ -227,7 +227,7 @@
postgresql = lib.mkIf config.services.postgresql.enable {
# default is 1024 which was not enough for mastodon and leading to errors like the following which crash postgresql:
# could not close file "./global/176529": Too many open files
serviceConfig.LimitNOFile = toString 1024*32;
serviceConfig.LimitNOFile = 1024*32;
};
};