Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for remainderCombo (0.34 sec)

  1. pkg/kubelet/cm/cpumanager/cpu_assignment.go

    			// 'distribution' number of CPUs.
    			var remainderCombo []int
    			for _, numa := range combo {
    				if availableAfterAllocation[numa] >= cpuGroupSize {
    					remainderCombo = append(remainderCombo, numa)
    				}
    			}
    
    			// Declare a set of local variables to help track the "balance
    			// scores" calculated when using different subsets of
    			// 'remainderCombo' to allocate remainder CPUs from.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jan 25 23:56:21 UTC 2024
    - 36.3K bytes
    - Viewed (0)
Back to top