SLURM/NixOS: increase ulimit for IB/RDMA
This commit is contained in:
parent
e8343960a9
commit
dc71384f67
1 changed files with 1 additions and 0 deletions
|
@ -355,6 +355,7 @@ in
|
||||||
ExecStart = "${wrappedSlurm}/bin/slurmd";
|
ExecStart = "${wrappedSlurm}/bin/slurmd";
|
||||||
PIDFile = "/run/slurmd.pid";
|
PIDFile = "/run/slurmd.pid";
|
||||||
ExecReload = "${pkgs.coreutils}/bin/kill -HUP $MAINPID";
|
ExecReload = "${pkgs.coreutils}/bin/kill -HUP $MAINPID";
|
||||||
|
LimitMEMLOCK = "infinity";
|
||||||
};
|
};
|
||||||
|
|
||||||
preStart = ''
|
preStart = ''
|
||||||
|
|
Loading…
Reference in a new issue