Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 48 of 48 for numaux (0.19 sec)

  1. pkg/kubelet/cm/topologymanager/policy_test.go

    							},
    						},
    					},
    				},
    			},
    			expected: TopologyHint{
    				NUMANodeAffinity: nil,
    				Preferred:        false,
    			},
    		},
    		{
    			name: "Single NUMA hint generation",
    			hp: []HintProvider{
    				&mockHintProvider{
    					map[string][]TopologyHint{
    						"resource1": {
    							{
    								NUMANodeAffinity: NewTestBitMask(0, 1),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Nov 09 16:52:08 UTC 2022
    - 34.6K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/ir/fmt.go

    	for i := 0; i < nm; i++ {
    		tm := t.Method(i)
    		if tm.PkgPath != "" {
    			// skip unexported method - call will fail
    			continue
    		}
    		m := v.Method(i)
    		mt := m.Type()
    		if mt.NumIn() == 0 && mt.NumOut() == 1 && mt.Out(0).Kind() == reflect.Bool {
    			// TODO(rsc): Remove the func/defer/recover wrapping,
    			// which is guarding against panics in miniExpr,
    			// once we get down to the simpler state in which
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 05 15:20:28 UTC 2023
    - 26K bytes
    - Viewed (0)
  3. pkg/kubelet/apis/config/validation/validation_test.go

    			return conf
    		},
    		errMsg: "invalid configuration: topologyManagerPolicy (--topology-manager-policy) \"invalid-policy\" must be one of: [\"none\" \"best-effort\" \"restricted\" \"single-numa-node\"]",
    	}, {
    		name: "invalid TopologyManagerScope",
    		configure: func(conf *kubeletconfig.KubeletConfiguration) *kubeletconfig.KubeletConfiguration {
    			conf.TopologyManagerScope = "invalid-scope"
    			return conf
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 05 21:10:42 UTC 2024
    - 28.7K bytes
    - Viewed (0)
  4. cmd/kubelet/app/options/options.go

    	fs.StringVar(&c.TopologyManagerPolicy, "topology-manager-policy", c.TopologyManagerPolicy, "Topology Manager policy to use. Possible values: 'none', 'best-effort', 'restricted', 'single-numa-node'.")
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 07:00:05 UTC 2024
    - 41.6K bytes
    - Viewed (0)
  5. okhttp/src/main/resources/okhttp3/internal/publicsuffix/PublicSuffixDatabase.gz

    now now-dns.net now-dns.org now-dns.top now.sh nowaruda.pl nowruz nowtv nozawaonsen.nagano.jp nr nra nrw nrw.museum ns.ca nsn.us nsupdate.info nsw.au nsw.edu.au nt.au nt.ca nt.edu.au nt.no nt.ro ntdll.top ntr.br ntt nu nu.ca nu.it numata.gunma.jp numata.hokkaido.jp numazu.shizuoka.jp nuoro.it nv.us nx.cn ny-1.paas.massivegrid.net ny-2.paas.massivegrid.net ny.us nyaa.am nyan.to nyc nyc.mn nyc.museum nyny.museum nysa.pl nyuzen.toyama.jp nz nz.basketball nz.eu.org návuotna.no nååmesjevuemie.no nærøy.no...
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 40.4K bytes
    - Viewed (0)
  6. docs/pt/docs/async.md

    * **Machine Learning**: Normalmente exige muita multiplicação de matrizes e vetores. Pense numa grande folha de papel com números e multiplicando todos eles juntos e ao mesmo tempo.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 22.2K bytes
    - Viewed (0)
  7. pkg/kubelet/cm/cpumanager/topology/topology_test.go

    					79: {CoreID: 39, SocketID: 1, NUMANodeID: 3},
    				},
    			},
    			wantErr: false,
    		},
    		{
    
    			// FAKE Topology from dual xeon gold 6230
    			// (see: dual xeon gold 6230).
    			// We flip NUMA cells and Sockets to exercise the code.
    			// TODO(fromanirh): replace with a real-world topology
    			// once we find a suitable one.
    			// Note: this is a fake topology. Thus, there is not a "correct"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 03 16:26:09 UTC 2023
    - 31.7K bytes
    - Viewed (0)
  8. pkg/features/kube_features.go

    	// owner: @cynepco3hahue(alukiano) @cezaryzukowski @k-wiatrzyk
    	// alpha: v1.21
    	// beta: v1.22
    	// Allows setting memory affinity for a container based on NUMA topology
    	MemoryManager featuregate.Feature = "MemoryManager"
    
    	// owner: @xiaoxubeii
    	// kep: https://kep.k8s.io/2570
    	// alpha: v1.22
    	//
    	// Enables kubelet to support memory QoS with cgroups v2.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 22:51:23 UTC 2024
    - 45.2K bytes
    - Viewed (0)
Back to top