lol

qdrant: module increase limitnofile

authored by

happysalada and committed by
Yt
0cdd7812 dd8117df

+1
+1
nixos/modules/services/search/qdrant.nix
··· 100 100 after = [ "network.target" ]; 101 101 102 102 serviceConfig = { 103 + LimitNOFILE=65536; 103 104 ExecStart = "${pkgs.qdrant}/bin/qdrant --config-path ${configFile}"; 104 105 DynamicUser = true; 105 106 Restart = "on-failure";