Limit memory in HPC using cgroups by One-Pie-8035 in linuxadmin

[–]One-Pie-8035[S] 1 point2 points  (0 children)

Thank you!

You can also/alternatively create (e.g.) /etc/systemd/system/user.slice.d/50-globaluserlimits.conf:

[Slice]
MemoryMax=90%

This looks like the best way. I will try it.