File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
keps/sig-api-machinery/1040-priority-and-fairness Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -753,8 +753,9 @@ MinCL(i) = NominalCL(i) - LendableCL(i)
753
753
Naturally the CurrentCL values are also limited by how many seats are
754
754
available for borrowing from other priority levels. The sum of the
755
755
CurrentCLs is always equal to the server's concurrency limit
756
- (ServerCL) plus or minus a little for rounding in the adjustment
757
- algorithm below.
756
+ (ServerCL), possibly plus a little for the ` ceil ` in the definition of
757
+ the NominalCLs and plus or minus a little for rounding in the
758
+ adjustment algorithm below.
758
759
759
760
Dispatching is done independently for each priority level. Whenever
760
761
(1) a non-exempt priority level's number of occupied seats is zero or
You can’t perform that action at this time.
0 commit comments