Hi everyone,

I saw similar discussions in the archives, however I could not see a clear
explanation therefore decided to open up a new thread.

The problem I have is that default ulimits defined in the compute node OS
image are overridden by Slurm and somehow changes in slurm.conf does not
resolve the problem.

This is specifically about max memory size, but the same issue applies to
stack size and user processes as well.

>From the head node or from one of the compute nodes if I bypass slurm:
max memory size         (kbytes, -m) unlimited

But going through salloc / sbatch it becomes:
max memory size         (kbytes, -m) 1024

As an initial attempt I tried setting `PropagateResourceLimitsExcept=NONE`
but it didn't help. Then I tried `PropagateResourceLimits=ALL` also with no
luck.

So in theory PropagateResourceLimits should propagate all limits, but I'm
not sure if that's really the case.

I'm open to suggestions,

Fatih Ertinaz

Note:
Slurm version is 24.05.1
OS is SLES SP5
-- 
slurm-users mailing list -- slurm-users@lists.schedmd.com
To unsubscribe send an email to slurm-users-le...@lists.schedmd.com

Reply via email to