Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for SetMaxSeats (0.17 sec)

  1. staging/src/k8s.io/apiserver/pkg/util/flowcontrol/apf_controller.go

    				maxSeats := uint64(math.Max(1, math.Min(math.Ceil(float64(concurrencyLimit)*priorityLevelMaxSeatsPercent), float64(int32(concurrencyLimit)/handSize))))
    				meal.cfgCtlr.MaxSeatsTracker.SetMaxSeats(plName, maxSeats)
    			}
    		}
    		if plState.queues == nil {
    			initialCL := concurrencyLimit - lendableCL/2
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 48.8K bytes
    - Viewed (0)
Back to top