Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 67 for 5300m (0.04 sec)

  1. pkg/kubelet/kuberuntime/kuberuntime_container_linux_test.go

    		},
    		{
    			"requests & limits, cpu & memory, burstable qos - no container status",
    			true,
    			v1.ResourceList{v1.ResourceCPU: resource.MustParse("500m"), v1.ResourceMemory: resource.MustParse("750Mi")},
    			v1.ResourceList{v1.ResourceCPU: resource.MustParse("250m"), v1.ResourceMemory: resource.MustParse("500Mi")},
    			[]v1.ContainerStatus{},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 41K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_linux_mips64.go

    	SYS_FANOTIFY_INIT           = 5295
    	SYS_FANOTIFY_MARK           = 5296
    	SYS_PRLIMIT64               = 5297
    	SYS_NAME_TO_HANDLE_AT       = 5298
    	SYS_OPEN_BY_HANDLE_AT       = 5299
    	SYS_CLOCK_ADJTIME           = 5300
    	SYS_SYNCFS                  = 5301
    	SYS_SENDMMSG                = 5302
    	SYS_SETNS                   = 5303
    	SYS_PROCESS_VM_READV        = 5304
    	SYS_PROCESS_VM_WRITEV       = 5305
    	SYS_KCMP                    = 5306
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 13.1K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_linux_mips64le.go

    	SYS_FANOTIFY_INIT           = 5295
    	SYS_FANOTIFY_MARK           = 5296
    	SYS_PRLIMIT64               = 5297
    	SYS_NAME_TO_HANDLE_AT       = 5298
    	SYS_OPEN_BY_HANDLE_AT       = 5299
    	SYS_CLOCK_ADJTIME           = 5300
    	SYS_SYNCFS                  = 5301
    	SYS_SENDMMSG                = 5302
    	SYS_SETNS                   = 5303
    	SYS_PROCESS_VM_READV        = 5304
    	SYS_PROCESS_VM_WRITEV       = 5305
    	SYS_KCMP                    = 5306
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 13.1K bytes
    - Viewed (0)
  4. src/runtime/mpagecache_test.go

    				{53, 0, 0},
    				{1, 0, 0},
    			},
    		},
    		"Full53": {
    			cache: NewPageCache(base, ^uint64(0), ((uint64(1)<<16)-1)<<10),
    			hits: []hit{
    				{53, base, 16 * PageSize},
    				{53, 0, 0},
    				{1, base + 53*PageSize, 0},
    			},
    		},
    		"Full64": {
    			cache: NewPageCache(base, ^uint64(0), ^uint64(0)),
    			hits: []hit{
    				{64, base, 64 * PageSize},
    				{64, 0, 0},
    				{1, 0, 0},
    			},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Dec 06 19:16:48 UTC 2021
    - 10.8K bytes
    - Viewed (0)
  5. docs/site-replication/run-replication-with-checksum-header.sh

    ./mc ready minio1 --insecure
    ./mc ready minio2 --insecure
    
    # Prepare data for tests
    echo -n "Preparing test data ..."
    mkdir -p /tmp/data
    echo "Hello World" >/tmp/data/obj
    touch /tmp/data/mpartobj
    shred -s 500M /tmp/data/mpartobj
    echo "done"
    
    # Add replication site
    ./mc admin replicate add minio1 minio2 --insecure
    # sleep for replication to complete
    sleep 30
    
    # Create bucket in source cluster
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Sat Jun 08 16:24:15 UTC 2024
    - 6.9K bytes
    - Viewed (0)
  6. tests/testdata/config/none.yaml

              - "500"
              - http://fortio:8080/echo?size=5000
            env:
            - name: HTTP_PROXY
              value: 127.0.0.1:15002
            resources:
              requests:
                cpu: 500m
                memory: "1G"
              limits:
                cpu: 1000m
                memory: "1G"
    
    ---
    
    # "None" mode depends on unique ports for each defined service or service entry.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jul 22 21:13:54 UTC 2020
    - 8.8K bytes
    - Viewed (0)
  7. pkg/kubelet/cm/cpumanager/policy_static_test.go

    					"fakeContainer100": largeTopoCPUSet.Difference(cpuset.New(10, 11, 53, 37, 55, 67, 52)),
    				},
    			},
    			stDefaultCPUSet: cpuset.New(10, 11, 53, 67, 52),
    			pod:             makePod("fakePod", "fakeContainer5", "5000m", "5000m"),
    			expErr:          nil,
    			expCPUAlloc:     true,
    			expCSet:         cpuset.New(10, 11, 53, 67, 52),
    		},
    		{
    			description:     "GuPodSingleCore, SingleSocketHT, ExpectError",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 40.8K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apimachinery/pkg/api/resource/quantity_test.go

    		{decQuantity(1001*1024*1024*1024, 0, BinarySI), "1001Gi", "1025024Mi"},
    		{decQuantity(1024*1024*1024*1024, 0, BinarySI), "1Ti", "1024Gi"},
    		{decQuantity(5, 0, BinarySI), "5", "5000m"},
    		{decQuantity(500, -3, BinarySI), "500m", "0.5"},
    		{decQuantity(1, 9, DecimalSI), "1G", "1000M"},
    		{decQuantity(1000, 6, DecimalSI), "1G", "0.001T"},
    		{decQuantity(1000000, 3, DecimalSI), "1G", ""},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 21:48:10 UTC 2024
    - 49.4K bytes
    - Viewed (0)
  9. plugin/pkg/admission/podtolerationrestriction/admission_test.go

    )
    
    // TestPodAdmission verifies various scenarios involving pod/namespace tolerations
    func TestPodAdmission(t *testing.T) {
    
    	CPU1000m := resource.MustParse("1000m")
    	CPU500m := resource.MustParse("500m")
    
    	burstablePod := &api.Pod{
    		ObjectMeta: metav1.ObjectMeta{Name: "testPod", Namespace: "testNamespace"},
    		Spec: api.PodSpec{
    			Containers: []api.Container{
    				{
    					Name: "test",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 06 00:00:21 UTC 2024
    - 16K bytes
    - Viewed (0)
  10. src/go/constant/value_test.go

    	`1 * 0.1i = 0.1i`,
    	`1i * 1i = -1`,
    	`? * 0 = ?`,
    	`0 * ? = ?`,
    	`0 * 1e+1000000000 = ?`,
    
    	`0 / 0 = "division_by_zero"`,
    	`10 / 2 = 5`,
    	`5 / 3 = 5/3`,
    	`5i / 3i = 5/3`,
    	`? / 0 = ?`,
    	`0 / ? = ?`,
    	`0 * 1e+1000000000i = ?`,
    
    	`0 % 0 = "runtime_error:_integer_divide_by_zero"`, // TODO(gri) should be the same as for /
    	`10 % 3 = 1`,
    	`? % 0 = ?`,
    	`0 % ? = ?`,
    
    	`0 & 0 = 0`,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Dec 13 18:45:54 UTC 2021
    - 15.6K bytes
    - Viewed (0)
Back to top