Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for numaAffinity1 (0.39 sec)

  1. pkg/kubelet/cm/memorymanager/state/state.go

    			}
    		}
    	}
    	return clone
    }
    
    // Block is a data structure used to represent a certain amount of memory
    type Block struct {
    	// NUMAAffinity contains the string that represents NUMA affinity bitmask
    	NUMAAffinity []int           `json:"numaAffinity"`
    	Type         v1.ResourceName `json:"type"`
    	Size         uint64          `json:"size"`
    }
    
    // ContainerMemoryAssignments stores memory assignments of containers
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Feb 08 23:10:00 UTC 2021
    - 4.4K bytes
    - Viewed (0)
  2. pkg/kubelet/cm/topologymanager/topology_manager.go

    	// the TopologyManager supports on the underlying machine.
    	//
    	// At present, having more than this number of NUMA Nodes will result in a
    	// state explosion when trying to enumerate possible NUMAAffinity masks and
    	// generate hints for them. As such, if more NUMA Nodes than this are
    	// present on a machine and the TopologyManager is enabled, an error will
    	// be returned and the TopologyManager will not be loaded.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Jul 15 12:43:16 UTC 2023
    - 7.6K bytes
    - Viewed (0)
Back to top