Hi,
    
    Seeing this after an upgrade today. I now can't get any jobs to run. Things 
were fin before the upgrade. Any Ideas?
    
    slurmstepd: error: Job 535721 exceeded memory limit (1160 > 1024), being 
killed
    slurmstepd: error: Exceeded job memory limit
    
    ulimit shows:
    $ ulimit -a | grep -i mem
    max locked memory       (kbytes, -l) unlimited
    max memory size         (kbytes, -m) unlimited
    virtual memory          (kbytes, -v) unlimited
    
    but ulimit from slurm shows:
    $ srun bash -c "ulimit -a" | grep -i mem
    max locked memory       (kbytes, -l) unlimited
    max memory size         (kbytes, -m) 1024
    virtual memory          (kbytes, -v) unlimited
    
    This is CentOS 7 and this is set:
    $ grep -i mem /etc/systemd/system/multi-user.target.wants/slurmd.service    
    LimitMEMLOCK=infinity
    
    Thanks!
    --
    John Roberts
    HPC Systems Administrator

Reply via email to