Hello everyone I am wondering if there is a nice administrative tool out there to limit user resource consumption in a Linux environment.
To give more detail about my issue, I am currently trying to solve an issue where users consume entire cpu's across systems. Whether it is running a simulation or testing bad concurrent code I am having issues where a single user will max out a server or a set of computers.
I am aware of /etc/security/limits.conf but I don't see a way to limit a user/user group based on cpu usage which is kinda useless when a single process takes up multiple cores of a cpu.
If I missed anything in the manual page of limits.conf feel free to point me in that direction, also if you have another suggestion I would love to hear it!
Thanks!