SLURM Cgroup Memory Usage

less than 1 minute read  ·  Updated:

Put the line below at the end of a slurm submit script to find out the memory usage.

cgget -g memory /slurm/uid_${UID}/job_${SLURM_JOB_ID}

Leave a Comment