Is there a way to limit the number of queued jobs (including subjobs)? Apparently, queued_jobs_threshold does not count the subjobs. This seems to me strange since, as far as the server resources are concerned (CPU and memory used by the scheduler, keeping the job history, etc.), subjobs are not principally different from non-array jobs.
As a matter of fact, I couldn’t find this functionality in the GitHub master branch, either. Aren’t the commercial and open-source PBS supposed to be using the same codebase?