| Class | Description |
|---|---|
| CachingLinuxCommands | |
| HomogeneusSpreadNicenessHandler |
Distributes niceness among processes in such a way that:
1)
niceness(i+1)-1 <= niceness(i) <= niceness(i+1)
2) multiplicity(n) = m for all niceness values n, or exists a niceness value n0 such as:
multiplicity(n) = m for n <= n0 and
multiplicity(n) = m+1 for n > n0
|
| LaxPromiseHandler |
Allows the execution of promise-failing jobs as long as the total-max-RSS and
max-RSS-per-job thresholds are not overpassed.
|
| POSIXCommandsImpl | |
| StrictPromiseHandler |
Disallow continuing executing jobs with failed promises
|
Copyright © 2010–2016. All rights reserved.