Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 32 for 2G (0.22 sec)

  1. pkg/volume/util/operationexecutor/operation_generator_test.go

    			pvc:  getTestPVC("test-vol0", "2G", "2G", "2G", nil),
    			pv:   getTestPV("test-vol0", "2G"),
    
    			expectedResizeStatus: "",
    			resizeCallCount:      0,
    			expectedStatusSize:   resource.MustParse("2G"),
    		},
    		{
    			name:        "pv.spec.cap = pvc.status.cap, resizeStatus='', desiredSize > actualSize",
    			pvc:         getTestPVC("test-vol0", "2G", "2G", "2G", nil),
    			pv:          getTestPV("test-vol0", "2G"),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 16.2K bytes
    - Viewed (0)
  2. pkg/volume/util/operationexecutor/node_expander_test.go

    			pvc:  getTestPVC("test-vol0", "2G", "2G", "2G", nil),
    			pv:   getTestPV("test-vol0", "2G"),
    
    			expectedResizeStatus:     "",
    			expectResizeCall:         true,
    			assumeResizeOpAsFinished: true,
    			expectedStatusSize:       resource.MustParse("2G"),
    		},
    	}
    
    	for i := range tests {
    		test := tests[i]
    		t.Run(test.name, func(t *testing.T) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 5.7K bytes
    - Viewed (0)
  3. platforms/core-runtime/process-services/src/test/groovy/org/gradle/process/internal/health/memory/MaximumHeapHelperTest.groovy

            MemoryAmount.of('8g')   | 64      | true   | MemoryAmount.of('2g')
            MemoryAmount.of('512g') | 64      | false  | MemoryAmount.of('1g')
            MemoryAmount.of('2g')   | 64      | false  | MemoryAmount.of('512m')
            MemoryAmount.of('8g')   | 32      | false  | MemoryAmount.of('1g')
            MemoryAmount.of('2g')   | 32      | false  | MemoryAmount.of('512m')
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:10:02 UTC 2023
    - 2.5K bytes
    - Viewed (0)
  4. testing/internal-performance-testing/src/main/groovy/org/gradle/performance/generator/JavaTestProjectGenerator.groovy

    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 18 13:08:21 UTC 2024
    - 8K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiserver/pkg/cel/library/quantity_test.go

    			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)
  6. hack/testdata/sorted-pods/sorted-pod2.yaml

    spec:
      containers:
      - name: kubernetes-pause1
        image: registry.k8s.io/pause:3.10
        resources:
          requests:
            memory: "1G"
            cpu: "0.5"
          limits:
            memory: "2G"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 24 07:02:51 UTC 2024
    - 347 bytes
    - Viewed (0)
  7. platforms/core-execution/workers/src/test/groovy/org/gradle/workers/internal/WorkerDaemonExpirationTest.groovy

        static final int OS_MEMORY_GB = 6
    
        def defaultOptions = daemonForkOptions(null, null, ['default-options'])
        def oneGbOptions = daemonForkOptions('1g', '1g', ['one-gb-options'])
        def twoGbOptions = daemonForkOptions('2g', '2g', ['two-gb-options'])
        def threeGbOptions = daemonForkOptions('3g', '3g', ['three-gb-options'])
        def reportsMemoryUsage = true
        def daemonStarter = Mock(WorkerDaemonStarter) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Mar 21 14:56:11 UTC 2024
    - 7.6K bytes
    - Viewed (0)
  8. pkg/scheduler/metrics/resources/resources_test.go

    								Limits:   v1.ResourceList{"memory": resource.MustParse("2G")},
    							}},
    							{Resources: v1.ResourceRequirements{
    								Requests: v1.ResourceList{"cpu": resource.MustParse("0.5")},
    								Limits:   v1.ResourceList{"cpu": resource.MustParse("1.25")},
    							}},
    							{Resources: v1.ResourceRequirements{
    								Limits: v1.ResourceList{"memory": resource.MustParse("2G")},
    							}},
    						},
    					},
    				},
    			},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Sep 13 07:42:19 UTC 2023
    - 21.6K bytes
    - Viewed (0)
  9. src/runtime/pprof/vminfo_darwin_test.go

    	// Report Version:  7
    	// Analysis Tool:   /Applications/Xcode.app/Contents/Developer/usr/bin/vmmap
    	// Analysis Tool Version:  Xcode 14.3 (14E222b)
    	//
    	// Physical footprint:         1.2G
    	// Physical footprint (peak):  1.2G
    	// Idle exit:                  untracked
    	// ----
    	//
    	// Virtual Memory Map of process 53799 (gopls)
    	// Output report format:  2.4  -64-bit process
    	// VM page size:  16384 bytes
    	//
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 19:59:50 UTC 2024
    - 5.5K bytes
    - Viewed (0)
  10. android/guava/src/com/google/thirdparty/publicsuffix/TrieParser.java

       * map of public suffixes. The encoded trie string may be broken into multiple chunks to avoid the
       * 64k limit on string literal size. In-memory strings can be much larger (2G).
       */
      static ImmutableMap<String, PublicSuffixType> parseTrie(CharSequence... encodedChunks) {
        String encoded = DIRECT_JOINER.join(encodedChunks);
        return parseFullString(encoded);
      }
    
      @VisibleForTesting
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Oct 13 19:20:43 UTC 2022
    - 4K bytes
    - Viewed (0)
Back to top