Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 67 for 5300m (0.31 sec)

  1. platforms/core-runtime/process-services/src/test/groovy/org/gradle/process/internal/health/memory/MaximumHeapHelperTest.groovy

            where:
            osTotalMemory            | expected
            MemoryAmount.of('2g')    | MemoryAmount.of('512m')
            MemoryAmount.of('1g')    | MemoryAmount.of('512m')
            MemoryAmount.of('1000m') | MemoryAmount.of('500m')
    
            maximumHeapHelper = testMaximumHeapHelper(true)
    
            testCase = "JVM with ${osTotalMemory} OS total memory"
        }
    
        def "default max heap on #testCase is #expected"() {
            expect:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:10:02 UTC 2023
    - 2.5K bytes
    - Viewed (0)
  2. docs/site-replication/run-ssec-object-replication-with-compression.sh

    echo -n "Preparing test data ..."
    mkdir -p /tmp/data
    echo "Hello world" >/tmp/data/plainfile
    echo "Hello from encrypted world" >/tmp/data/encrypted
    touch /tmp/data/defpartsize
    shred -s 500M /tmp/data/defpartsize
    touch /tmp/data/mpartobj.txt
    shred -s 500M /tmp/data/mpartobj.txt
    echo "done"
    
    # Enable compression for site minio1
    ./mc admin config set minio1 compression enable=on extensions=".txt" --insecure
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 15:31:51 UTC 2024
    - 8.2K bytes
    - Viewed (0)
  3. pkg/kubelet/preemption/preemption_test.go

    			Requests: v1.ResourceList{
    				v1.ResourceCPU:    resource.MustParse("300m"),
    				v1.ResourceMemory: resource.MustParse("300Mi"),
    			},
    		}),
    		highRequestGuaranteed: getPodWithResources(highRequestGuaranteed, v1.ResourceRequirements{
    			Requests: v1.ResourceList{
    				v1.ResourceCPU:    resource.MustParse("300m"),
    				v1.ResourceMemory: resource.MustParse("300Mi"),
    			},
    			Limits: v1.ResourceList{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Jul 24 10:04:08 UTC 2022
    - 19.2K bytes
    - Viewed (0)
  4. operator/cmd/mesh/testdata/manifest-generate/output/install_package_path.golden.yaml

              httpGet:
                path: /ready
                port: 8080
              initialDelaySeconds: 1
              periodSeconds: 3
              timeoutSeconds: 5
            resources:
              requests:
                cpu: 500m
                memory: 2048Mi
            securityContext:
              allowPrivilegeEscalation: false
              capabilities:
                drop:
                - ALL
              readOnlyRootFilesystem: true
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Dec 01 22:07:45 UTC 2023
    - 4.2K bytes
    - Viewed (0)
  5. src/syscall/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: Thu Jun 14 13:21:46 UTC 2018
    - 10.9K bytes
    - Viewed (0)
  6. src/syscall/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: Thu Jun 14 13:21:46 UTC 2018
    - 10.9K bytes
    - Viewed (0)
  7. plugin/pkg/admission/limitranger/admission_test.go

    		},
    		{
    			pod:        validPod("ctr-max-cpu-request-limit", 1, getResourceRequirements(getComputeResourceList("500m", ""), getComputeResourceList("1", ""))),
    			limitRange: createLimitRange(api.LimitTypeContainer, api.ResourceList{}, getComputeResourceList("2", ""), api.ResourceList{}, api.ResourceList{}, api.ResourceList{}),
    		},
    		{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 06 00:00:21 UTC 2024
    - 51.5K bytes
    - Viewed (0)
  8. operator/cmd/mesh/testdata/manifest-generate/output/pilot_k8s_settings.golden.yaml

                path: /ready
                port: 8080
              initialDelaySeconds: 555
              periodSeconds: 3
              timeoutSeconds: 5
            resources:
              requests:
                cpu: 500m
                memory: 999Mi
            securityContext:
              allowPrivilegeEscalation: false
              capabilities:
                drop:
                - ALL
              readOnlyRootFilesystem: true
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Dec 06 02:56:54 UTC 2023
    - 5K bytes
    - Viewed (0)
  9. docs/site-replication/run-ssec-object-replication.sh

    echo -n "Preparing test data ..."
    mkdir -p /tmp/data
    echo "Hello world" >/tmp/data/plainfile
    echo "Hello from encrypted world" >/tmp/data/encrypted
    touch /tmp/data/defpartsize
    shred -s 500M /tmp/data/defpartsize
    touch /tmp/data/custpartsize
    shred -s 500M /tmp/data/custpartsize
    echo "done"
    
    # Add replication site
    ./mc admin replicate add minio1 minio2 --insecure
    # sleep for replication to complete
    sleep 30
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Sat May 18 18:19:01 UTC 2024
    - 9.8K bytes
    - Viewed (0)
  10. pkg/proxy/conntrack/cleanup_test.go

    const (
    	testClusterIP      = "172.30.1.1"
    	testExternalIP     = "192.168.99.100"
    	testLoadBalancerIP = "1.2.3.4"
    
    	testEndpointIP = "10.240.0.4"
    
    	testPort         = 53
    	testNodePort     = 5353
    	testEndpointPort = "5300"
    )
    
    func TestCleanStaleEntries(t *testing.T) {
    	// We need to construct a proxy.ServicePortMap to pass to CleanStaleEntries.
    	// ServicePortMap is just map[string]proxy.ServicePort, but there are no public
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jan 15 18:09:05 UTC 2024
    - 7.6K bytes
    - Viewed (0)
Back to top