Skip to content

mxqd: Remove RLIMIT_CPU usage for runtime limitation #166

Merged
merged 1 commit into from
Sep 11, 2024
Merged

Commits on Sep 11, 2024

  1. 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.
    donald committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    92167df View commit details
    Browse the repository at this point in the history