Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mxqd: Remove RLIMIT_CPU usage for runtime limitation
The current code applies a RLIMIT_CPU limit to jobs with `job_threads == i`. This is incorrect, as such jobs can still get more processors if they require more server slots because of their memory demands. Since mxqd can now monitor and reliably kill jobs that exceed their allowed runtime, this code is obsolete and no longer useful. There is no reason to fix this code, so remove it entirely.
- Loading branch information