Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 1,322 for 200M (0.07 sec)

  1. docs/bucket/replication/setup_3site_replication.sh

    fi
    
    sleep 5
    
    head -c 221227088 </dev/urandom >200M
    ./mc.RELEASE.2021-03-12T03-36-59Z cp --config-dir ~/.mc --encrypt "sitea" --quiet 200M "sitea/bucket/200M-enc-v1"
    ./mc.RELEASE.2021-03-12T03-36-59Z cp --config-dir ~/.mc --quiet 200M "sitea/bucket/200M-v1"
    
    ./mc cp --enc-s3 "sitea" --quiet 200M "sitea/bucket/200M-enc-v2"
    ./mc cp --quiet 200M "sitea/bucket/200M-v2"
    
    sleep 10
    
    echo "Verifying ETag for all objects"
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon May 27 19:17:46 UTC 2024
    - 10.2K bytes
    - Viewed (0)
  2. pkg/kubelet/cm/helpers_linux_test.go

    	minShares := uint64(MinShares)
    	burstableShares := MilliCPUToShares(100)
    	memoryQuantity := resource.MustParse("200Mi")
    	burstableMemory := memoryQuantity.Value()
    	burstablePartialShares := MilliCPUToShares(200)
    	burstableQuota := MilliCPUToQuota(200, int64(defaultQuotaPeriod))
    	guaranteedShares := MilliCPUToShares(100)
    	guaranteedQuota := MilliCPUToQuota(100, int64(defaultQuotaPeriod))
    	guaranteedTunedQuota := MilliCPUToQuota(100, int64(tunedQuotaPeriod))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 27.8K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiserver/pkg/cel/library/quantity_test.go

    		},
    		{
    			name:        "equality_reflexivity",
    			expr:        `quantity("200M") == quantity("200M")`,
    			expectValue: trueVal,
    		},
    		{
    			name:        "equality_symmetry",
    			expr:        `quantity("200M") == quantity("0.2G") && quantity("0.2G") == quantity("200M")`,
    			expectValue: trueVal,
    		},
    		{
    			name:        "equality_transitivity",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 23 17:22:44 UTC 2024
    - 8.6K bytes
    - Viewed (0)
  4. pkg/scheduler/framework/types_test.go

    		{
    			resource: &Resource{
    				MilliCPU:         4,
    				Memory:           2000,
    				EphemeralStorage: 5000,
    				AllowedPodNumber: 80,
    				ScalarResources:  map[v1.ResourceName]int64{"hugepages-test": 2},
    			},
    			scalarName:     "scalar2",
    			scalarQuantity: 200,
    			expected: &Resource{
    				MilliCPU:         4,
    				Memory:           2000,
    				EphemeralStorage: 5000,
    				AllowedPodNumber: 80,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 45.9K bytes
    - Viewed (0)
  5. pkg/quota/v1/evaluator/core/pods_test.go

    								},
    								Limits: api.ResourceList{
    									api.ResourceCPU:                        resource.MustParse("8"),
    									api.ResourceMemory:                     resource.MustParse("200M"),
    									api.ResourceName("example.com/dongle"): resource.MustParse("4"),
    								},
    							},
    						},
    						{
    							Resources: api.ResourceRequirements{
    								Requests: api.ResourceList{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 41.6K bytes
    - Viewed (0)
  6. .gitignore

    **/access.log
    vendor/
    .DS_Store
    *.syso
    coverage.txt
    .vscode/
    *.tar.bz2
    parts/
    prime/
    stage/
    .sia_temp/
    config.json
    node_modules/
    mc.*
    s3-check-md5*
    xl-meta*
    healing-*
    inspect*.zip
    200M*
    hash-set
    minio.RELEASE*
    mc
    nancy
    inspects/*
    .bin/
    *.gz
    docs/debugging/s3-verify/s3-verify
    docs/debugging/xl-meta/xl-meta
    docs/debugging/s3-check-md5/s3-check-md5
    docs/debugging/hash-set/hash-set
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon May 27 19:17:46 UTC 2024
    - 802 bytes
    - Viewed (0)
  7. pkg/kubelet/eviction/eviction_manager_test.go

    		{name: "burstable-below-requests", priority: defaultPriority, requests: newResourceList("100m", "100Mi", ""), limits: newResourceList("200m", "1Gi", ""), memoryWorkingSet: "50Mi"},
    		{name: "burstable-above-requests", priority: defaultPriority, requests: newResourceList("100m", "100Mi", ""), limits: newResourceList("200m", "1Gi", ""), memoryWorkingSet: "400Mi"},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 15 23:14:12 UTC 2024
    - 119.9K bytes
    - Viewed (0)
  8. manifests/charts/istio-operator/values.yaml

      deploymentHistory: 10
    
      # Operator resource defaults
      operator:
        monitoring:
          host: 127.0.0.1
          port: 15014
        resources:
          limits:
            cpu: 200m
            memory: 256Mi
          requests:
            cpu: 50m
            memory: 128Mi
        # Set to `type: RuntimeDefault` to use the default profile if available.
        seccompProfile: {}
    
      # Node labels for pod assignment
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 1.4K bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/snippets/codeQuality/codeQuality/groovy/build.gradle

        codenarc 'org.codehaus.groovy:groovy-all:3.0.3'
        codenarc 'org.codenarc:CodeNarc:1.6.1'
    }
    // end::specify-groovy-version[]
    
    // tag::customize-checkstyle-memory[]
    tasks.withType(Checkstyle) {
        minHeapSize = "200m"
        maxHeapSize = "1g"
    }
    // end::customize-checkstyle-memory[]
    
    // tag::enable-checkstyle-sarif-report[]
    checkstyle {
        toolVersion = '10.3.3'
    }
    // end::enable-checkstyle-sarif-report[]
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sun Apr 14 14:22:49 UTC 2024
    - 2K bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/snippets/codeQuality/codeQuality/kotlin/build.gradle.kts

        "codenarc"("org.codenarc:CodeNarc:1.6.1")
    }
    // end::specify-groovy-version[]
    
    // tag::customize-checkstyle-memory[]
    tasks.withType<Checkstyle>().configureEach {
        minHeapSize = "200m"
        maxHeapSize = "1g"
    }
    // end::customize-checkstyle-memory[]
    
    // tag::enable-checkstyle-sarif-report[]
    checkstyle {
        toolVersion = "10.3.3"
    }
    // end::enable-checkstyle-sarif-report[]
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sun Apr 14 14:22:49 UTC 2024
    - 2K bytes
    - Viewed (0)
Back to top