Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for bestCombo (0.07 sec)

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

    		// chosen. First allocate an even distribution of CPUs in groups of
    		// size 'cpuGroupSize' from 'bestCombo'.
    		distribution := (numCPUs / len(bestCombo) / cpuGroupSize) * cpuGroupSize
    		for _, numa := range bestCombo {
    			cpus, _ := takeByTopologyNUMAPacked(acc.topo, acc.details.CPUsInNUMANodes(numa), distribution)
    			acc.take(cpus)
    		}
    
    		// Then allocate any remaining CPUs in groups of size 'cpuGroupSize'
    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