Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 16 of 16 for 250m (0.11 sec)

  1. pkg/kubelet/kubelet_test.go

    	kubelet.statusManager = status.NewFakeManager()
    
    	cpu500m := resource.MustParse("500m")
    	cpu1000m := resource.MustParse("1")
    	cpu1500m := resource.MustParse("1500m")
    	cpu2500m := resource.MustParse("2500m")
    	cpu5000m := resource.MustParse("5000m")
    	mem500M := resource.MustParse("500Mi")
    	mem1000M := resource.MustParse("1Gi")
    	mem1500M := resource.MustParse("1500Mi")
    	mem2500M := resource.MustParse("2500Mi")
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 106.9K bytes
    - Viewed (0)
  2. android/guava-tests/test/com/google/common/util/concurrent/FuturesTest.java

         * pseudoTimedGet.
         */
        return (inputs.hasDelayed(iFuture, jFuture))
            ? pseudoTimedGetUninterruptibly(future, timeout, unit)
            : pseudoTimedGetUninterruptibly(future, 2500, MILLISECONDS);
      }
    
      @J2ktIncompatible
      @GwtIncompatible // threads
      public void testAllAsList_extensive() throws InterruptedException {
        runExtensiveMergerTest(Merger.allMerger);
      }
    
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed May 29 16:29:37 UTC 2024
    - 144.1K bytes
    - Viewed (0)
  3. guava-tests/test/com/google/common/util/concurrent/FuturesTest.java

         * pseudoTimedGet.
         */
        return (inputs.hasDelayed(iFuture, jFuture))
            ? pseudoTimedGetUninterruptibly(future, timeout, unit)
            : pseudoTimedGetUninterruptibly(future, 2500, MILLISECONDS);
      }
    
      @J2ktIncompatible
      @GwtIncompatible // threads
      public void testAllAsList_extensive() throws InterruptedException {
        runExtensiveMergerTest(Merger.allMerger);
      }
    
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed May 29 16:29:37 UTC 2024
    - 144.1K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/telemetry/package-lock.json

          "dev": true
        },
        "node_modules/npm-run-all/node_modules/normalize-package-data": {
          "version": "2.5.0",
          "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz",
          "integrity": "sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==",
          "dev": true,
          "dependencies": {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:57:25 UTC 2024
    - 156K bytes
    - Viewed (0)
  5. src/compress/bzip2/testdata/Isaac.Newton-Opticks.txt.bz2

    first to 9A and subduct the last from 8A, and you will have the Diameters of the Circles made by the least and most refrangible Rays 75/8A and ((61-1/2)/8)A. These diameters are therefore to one another as 75 to 61-1/2 or 50 to 41, and their Squares as 2500 to 1681, that is, as 3 to 2 very nearly. Which proportion differs not much from the proportion of the Diameters of the Circles made by the outmost red and outmost violet, in the 13th Observation of the first part of this Book. _Obs._ 6. Placing my...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 24 18:26:02 UTC 2018
    - 129.4K bytes
    - Viewed (0)
  6. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    revision for the operator resources revision: "" # The number of old ReplicaSets to retain in operator deployment 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 nodeSelector: {} # Tolerations for pod assignment tolerations: [] # Affinity for pod assignment...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 198.1K bytes
    - Viewed (0)
Back to top