Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 16 for TiB (0.01 sec)

  1. platforms/core-runtime/base-services/src/test/groovy/org/gradle/internal/util/NumberUtilTest.groovy

            1024L**3 + 1      | '1 GiB'
            1024L**3 * 321    | '321 GiB'
            1024L**4 - 1      | '1023.9 GiB'
    
            1024L**4          | '1 TiB'
            1024L**4 + 1      | '1 TiB'
            1024L**4 * 21     | '21 TiB'
            1024L**5 - 1      | '1023.9 TiB'
    
            1024L**5          | '1 PiB'
            1024L**5 + 1      | '1 PiB'
            1024L**5 * 5      | '5 PiB'
            1024L**6 - 1      | '1023.9 PiB'
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 08:48:02 UTC 2023
    - 5.1K bytes
    - Viewed (0)
  2. docs/minio-limits.md

    | Minimum object size                                                             | 0 B                                                                             |
    | Maximum object size per PUT operation                                           | 5 TiB                                                                           |
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jan 18 07:03:17 UTC 2024
    - 5.9K bytes
    - Viewed (0)
  3. platforms/core-runtime/base-services/src/main/java/org/gradle/internal/util/NumberUtil.java

        private static final MathContext MC = new MathContext(String.valueOf(KIB_BASE).length() + FRACTIONAL_DIGIT_COUNT, FLOOR);
        private static final List<String> UNITS = unmodifiableList(asList(" B", " KiB", " MiB", " GiB", " TiB", " PiB", " EiB"));
        private static final List<String> ORDINAL_SUFFIXES = unmodifiableList(asList("th", "st", "nd", "rd", "th", "th", "th", "th", "th", "th"));
    
    
        /**
         * Percentage (0-...) of given input.
         *
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 08:48:02 UTC 2023
    - 3.3K bytes
    - Viewed (0)
  4. docs/distributed/DECOMMISSION.md

    └─────┴─────────────────────────────────┴──────────────────────────────────┴────────┘
    ```
    
    ### Decommissioning status
    
    ```
    λ mc admin decommission status alias/ http://minio{1...2}/data{1...4}
    Decommissioning rate at 36 MiB/sec [4 TiB/50 TiB]
    Started: 1 minute ago
    ```
    
    Once it is **Complete**
    
    ```
    λ mc admin decommission status alias/ http://minio{1...2}/data{1...4}
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jul 11 14:59:49 UTC 2022
    - 8.3K bytes
    - Viewed (0)
  5. src/runtime/mranges.go

    	// structure is meant to represent the Go heap. At worst, copying this
    	// would take ~160µs assuming a conservative copying rate of 25 GiB/s (the
    	// copy will almost never trigger a page fault) for a 1 TiB heap with 4 MiB
    	// arenas which is completely discontiguous. ~160µs is still a lot, but in
    	// practice most platforms have 64 MiB arenas (which cuts this by a factor
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 25 19:53:03 UTC 2024
    - 14.5K bytes
    - Viewed (0)
  6. src/runtime/mpagecache_test.go

    		},
    	}
    	// Disable these tests on iOS since we have a small address space.
    	// See #46860.
    	if PageAlloc64Bit != 0 && goos.IsIos == 0 {
    		const chunkIdxBigJump = 0x100000 // chunk index offset which translates to O(TiB)
    
    		// This test is similar to the one with the same name for
    		// pageAlloc.alloc and serves the same purpose.
    		// See mpagealloc_test.go for details.
    		sumsPerPhysPage := ChunkIdx(PhysPageSize / PallocSumBytes)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Dec 06 19:16:48 UTC 2021
    - 10.8K bytes
    - Viewed (0)
  7. src/runtime/mpagealloc_test.go

    	// See #46860.
    	if PageAlloc64Bit != 0 && goos.IsIos == 0 {
    		tests["ExtremelyDiscontiguous"] = test{
    			chunks: []ChunkIdx{
    				BaseChunkIdx,
    				BaseChunkIdx + 0x100000, // constant translates to O(TiB)
    			},
    			inUse: []AddrRange{
    				MakeAddrRange(PageBase(BaseChunkIdx, 0), PageBase(BaseChunkIdx+1, 0)),
    				MakeAddrRange(PageBase(BaseChunkIdx+0x100000, 0), PageBase(BaseChunkIdx+0x100001, 0)),
    			},
    		}
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Dec 06 19:16:48 UTC 2021
    - 32.6K bytes
    - Viewed (0)
  8. src/runtime/debug/garbage.go

    // environment variable is set, in which case it provides the initial
    // setting. GOMEMLIMIT is a numeric value in bytes with an optional
    // unit suffix. The supported suffixes include B, KiB, MiB, GiB, and
    // TiB. These suffixes represent quantities of bytes as defined by
    // the IEC 80000-13 standard. That is, they are based on powers of
    // two: KiB means 2^10 bytes, MiB means 2^20 bytes, and so on.
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 9.9K bytes
    - Viewed (0)
  9. src/runtime/string_test.go

    		{"10Mi", 0, false},
    		{"100Gi", 0, false},
    		{"99Ti", 0, false},
    		{"22iB", 0, false},
    		{"B", 0, false},
    		{"iB", 0, false},
    		{"KiB", 0, false},
    		{"MiB", 0, false},
    		{"GiB", 0, false},
    		{"TiB", 0, false},
    		{"-120KiB", 0, false},
    		{"-891MiB", 0, false},
    		{"-704GiB", 0, false},
    		{"-42TiB", 0, false},
    		{"99999999999999999999KiB", 0, false},
    		{"99999999999999999MiB", 0, false},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Dec 13 14:05:23 UTC 2022
    - 13.3K bytes
    - Viewed (0)
  10. docs/security/README.md

    #### Randomness
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Sat Feb 12 00:51:25 UTC 2022
    - 13.8K bytes
    - Viewed (0)
Back to top