We have a Linux server with multiple users logged in. If someone runs make -jN
it hogs the whole server CPU usage and responsiveness to other users decreases drastically.
Is there any way to decrease the priority
of make
process run by anyone in Linux?