qdrant: module increase limitnofile

This commit is contained in:
happysalada
2023-04-15 13:45:38 -04:00
committed by Yt
parent dd8117df89
commit 0cdd78126c
+1
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";