qdrant: module increase limitnofile

This commit is contained in:
happysalada 2023-04-14 23:05:34 -04:00 committed by Yt
parent dd8117df89
commit 0cdd78126c

View file

@ -100,6 +100,7 @@ in {
after = [ "network.target" ];
serviceConfig = {
LimitNOFILE=65536;
ExecStart = "${pkgs.qdrant}/bin/qdrant --config-path ${configFile}";
DynamicUser = true;
Restart = "on-failure";