qdrant: module increase limitnofile
This commit is contained in:
parent
dd8117df89
commit
0cdd78126c
1 changed files with 1 additions and 0 deletions
|
@ -100,6 +100,7 @@ in {
|
|||
after = [ "network.target" ];
|
||||
|
||||
serviceConfig = {
|
||||
LimitNOFILE=65536;
|
||||
ExecStart = "${pkgs.qdrant}/bin/qdrant --config-path ${configFile}";
|
||||
DynamicUser = true;
|
||||
Restart = "on-failure";
|
||||
|
|
Loading…
Reference in a new issue