Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for setMemoryQoS (0.2 sec)

  1. pkg/kubelet/cm/qos_container_manager_linux.go

    			configs[qos].ResourceParameters.Memory = &usage
    		}
    	}
    }
    
    // setMemoryQoS sums the memory requests of all pods in the Burstable class,
    // and set the sum memory as the memory.min in the Unified field of CgroupConfig.
    func (m *qosContainerManagerImpl) setMemoryQoS(configs map[v1.PodQOSClass]*CgroupConfig) {
    	qosMemoryRequests := m.getQoSMemoryRequests()
    
    	// Calculate the memory.min:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 20:42:59 UTC 2024
    - 13.3K bytes
    - Viewed (0)
Back to top