SLURM/NixOS: increase ulimit for IB/RDMA

This commit is contained in:
Lengyel Balázs 2020-02-10 02:14:03 +01:00 committed by Lengyel Balazs
parent e8343960a9
commit dc71384f67

View file

@ -355,6 +355,7 @@ in
ExecStart = "${wrappedSlurm}/bin/slurmd";
PIDFile = "/run/slurmd.pid";
ExecReload = "${pkgs.coreutils}/bin/kill -HUP $MAINPID";
LimitMEMLOCK = "infinity";
};
preStart = ''