On 02/19/2016 02:40 PM, Brian Bockelman
wrote:
Note that RESERVED_SWAP is a parameter that is only evaluated on the _submit_ side, and is intended to be a circuit-breaker to prevent too many shadows from consuming all the memory on a submit machine. We believe that the MAX_JOBS_RUNNING parameter is now a better way to limit the number of running shadows. To limit usage of jobs on execute machine, as Brian says, cgroups are a good way to do it, if you have a modern enough linux, or with startd policy, which works everywhere, but requires polling. -greg |