Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 31 for 10485760 (0.37 sec)

  1. cmd/xl-storage-format_test.go

    	xlMeta.Format = xlMetaFormat
    	xlMeta.Minio.Release = "test"
    	xlMeta.Erasure = ErasureInfo{
    		Algorithm:    "klauspost/reedsolomon/vandermonde",
    		DataBlocks:   5,
    		ParityBlocks: 5,
    		BlockSize:    10485760,
    		Index:        10,
    		Distribution: []int{9, 10, 1, 2, 3, 4, 5, 6, 7, 8},
    	}
    	xlMeta.Stat = StatInfo{
    		Size:    int64(20),
    		ModTime: UTCNow(),
    	}
    	// Set meta data.
    	xlMeta.Meta = make(map[string]string)
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Feb 22 06:26:06 UTC 2024
    - 17.6K bytes
    - Viewed (0)
  2. pkg/volume/util/fsquota/quota_linux_test.go

    }
    
    const (
    	projectsHeader = `# This is a /etc/projects header
    1048578:/quota/d
    `
    	projects1 = `1048577:/quota1/a
    `
    	projects2 = `1048577:/quota1/a
    1048580:/quota1/b
    `
    	projects3 = `1048577:/quota1/a
    1048580:/quota1/b
    1048581:/quota2/b
    `
    	projects4 = `1048577:/quota1/a
    1048581:/quota2/b
    `
    	projects5 = `1048581:/quota2/b
    `
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 20.7K bytes
    - Viewed (0)
  3. src/math/rand/v2/regress_test.go

    	uint64(2),                   // Uint64N(32)
    	uint64(312633),              // Uint64N(1048576)
    	uint64(346376),              // Uint64N(1048577)
    
    	uint64(0),                   // UintN(1)
    	uint64(6),                   // UintN(10)
    	uint64(8),                   // UintN(32)
    	uint64(704922),              // UintN(1048576)
    	uint64(245656),              // UintN(1048577)
    	uint64(41205257),            // UintN(1000000000)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 07 18:03:11 UTC 2024
    - 20.3K bytes
    - Viewed (0)
  4. src/math/rand/regress_test.go

    	int32(4),                            // Int31n(10)
    	int32(25),                           // Int31n(32)
    	int32(310570),                       // Int31n(1048576)
    	int32(857611),                       // Int31n(1048577)
    	int32(621654496),                    // Int31n(1000000000)
    	int32(413258767),                    // Int31n(1073741824)
    	int32(1407315077),                   // Int31n(2147483646)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Dec 13 18:45:54 UTC 2021
    - 17.8K bytes
    - Viewed (0)
  5. pkg/kubelet/cm/helpers_linux_test.go

    						},
    					},
    				},
    			},
    			enforceCPULimits: true,
    			quotaPeriod:      defaultQuotaPeriod,
    			expected:         &ResourceConfig{CPUShares: &burstableShares, Unified: map[string]string{"memory.min": "104857600"}},
    		},
    		"burstable-with-limits": {
    			pod: &v1.Pod{
    				Spec: v1.PodSpec{
    					Containers: []v1.Container{
    						{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 27.8K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apiserver/pkg/storage/value/metrics_test.go

    			apiserver_storage_transformation_duration_seconds_bucket{transformation_type="from_storage",transformer_prefix="k8s:enc:kms:v1:",le="10.48576"} 1
    			apiserver_storage_transformation_duration_seconds_bucket{transformation_type="from_storage",transformer_prefix="k8s:enc:kms:v1:",le="20.97152"} 1
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jul 18 22:44:02 UTC 2023
    - 16.7K bytes
    - Viewed (0)
  7. src/runtime/asm_wasm.s

    	DISPATCH(runtime·call32768, 32768)
    	DISPATCH(runtime·call65536, 65536)
    	DISPATCH(runtime·call131072, 131072)
    	DISPATCH(runtime·call262144, 262144)
    	DISPATCH(runtime·call524288, 524288)
    	DISPATCH(runtime·call1048576, 1048576)
    	DISPATCH(runtime·call2097152, 2097152)
    	DISPATCH(runtime·call4194304, 4194304)
    	DISPATCH(runtime·call8388608, 8388608)
    	DISPATCH(runtime·call16777216, 16777216)
    	DISPATCH(runtime·call33554432, 33554432)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Nov 20 21:26:51 UTC 2023
    - 11.8K bytes
    - Viewed (0)
  8. android/guava-tests/test/com/google/common/base/Utf8Test.java

          expected[i] = 5300224;
        }
        // 97-111 are all 2342912
        for (int i = 97; i <= 111; i++) {
          expected[i] = 2342912;
        }
        // 113-117 are all 1048576
        for (int i = 113; i <= 117; i++) {
          expected[i] = 1048576;
        }
        // One offs
        expected[112] = 786432;
        expected[118] = 786432;
        expected[119] = 1048576;
        expected[120] = 458752;
        expected[121] = 524288;
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Feb 09 15:49:48 UTC 2024
    - 12.7K bytes
    - Viewed (0)
  9. src/cmd/link/internal/ld/ld_test.go

    	}
    
    	testenv.MustHaveGoBuild(t)
    	testenv.MustHaveCGO(t)
    	t.Parallel()
    	dir := t.TempDir()
    
    	// NB: the use of -ldflags=-debugtextsize=1048576 tells the linker to
    	// split text sections at a size threshold of 1M instead of the
    	// architected limit of 67M or larger. The choice of building cmd/go
    	// is arbitrary; we just need something sufficiently large that uses
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Oct 13 05:45:53 UTC 2023
    - 10.3K bytes
    - Viewed (0)
  10. pkg/api/v1/resource/helpers_test.go

    		},
    		{
    			fs: &v1.ResourceFieldSelector{
    				Resource: "requests.memory",
    			},
    			cName:         "foo",
    			pod:           getPod("foo", podResources{memoryRequest: "100Mi"}),
    			expectedValue: "104857600",
    		},
    		{
    			fs: &v1.ResourceFieldSelector{
    				Resource: "requests.memory",
    				Divisor:  resource.MustParse("1Mi"),
    			},
    			cName:         "foo",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jul 07 22:26:13 UTC 2023
    - 38.3K bytes
    - Viewed (0)
Back to top