mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 08:53:21 +00:00
SLURM/NixOS: increase ulimit for IB/RDMA
This commit is contained in:
parent
e8343960a9
commit
dc71384f67
@ -355,6 +355,7 @@ in
|
||||
ExecStart = "${wrappedSlurm}/bin/slurmd";
|
||||
PIDFile = "/run/slurmd.pid";
|
||||
ExecReload = "${pkgs.coreutils}/bin/kill -HUP $MAINPID";
|
||||
LimitMEMLOCK = "infinity";
|
||||
};
|
||||
|
||||
preStart = ''
|
||||
|
Loading…
Reference in New Issue
Block a user