Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 12 for 4M (0.02 sec)

  1. pkg/api/pod/warnings_test.go

    				`spec.initContainers[0].resources.requests[memory]: fractional byte value "4m" is invalid, must be an integer`,
    				`spec.initContainers[0].resources.limits[ephemeral-storage]: fractional byte value "4m" is invalid, must be an integer`,
    				`spec.initContainers[0].resources.limits[memory]: fractional byte value "4m" is invalid, must be an integer`,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 17:51:48 UTC 2024
    - 42.1K bytes
    - Viewed (0)
  2. pilot/pkg/xds/monitoring.go

    	configSizeBytes = monitoring.NewDistribution(
    		"pilot_xds_config_size_bytes",
    		"Distribution of configuration sizes pushed to clients",
    		// Important boundaries: 10K, 1M, 4M, 10M, 40M
    		// 4M default limit for gRPC, 10M config will start to strain system,
    		// 40M is likely upper-bound on config sizes supported.
    		[]float64{1, 10000, 1000000, 4000000, 10000000, 40000000},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 30 00:26:45 UTC 2024
    - 6.7K bytes
    - Viewed (0)
  3. platforms/core-runtime/time/src/test/groovy/org/gradle/internal/time/TimeFormattingTest.groovy

            "1 minute"          | "10 minutes"        | minutes(1)                          | "1m"
            "1 minute"          | "10 minutes"        | minutes(4.21234)                    | "4m 12s"
            "10 minutes"        | "1 hour"            | minutes(42.1234)                    | "42m 7s"
            "10 minutes"        | "1 hour"            | minutes(60)                         | "1h"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 11 20:20:17 UTC 2024
    - 4.8K bytes
    - Viewed (0)
  4. cmd/kubeadm/app/componentconfigs/fakeconfig_test.go

    	validUnmarshallableClusterConfig = struct {
    		yaml string
    		obj  kubeadmapiv1.ClusterConfiguration
    	}{
    		yaml: dedent.Dedent(fmt.Sprintf(`
    			apiServer:
    			  timeoutForControlPlane: 4m
    			apiVersion: %s
    			certificatesDir: /etc/kubernetes/pki
    			clusterName: LeCluster
    			controllerManager: {}
    			etcd:
    			  local:
    			    dataDir: /var/lib/etcd
    			imageRepository: registry.k8s.io
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 04 15:36:00 UTC 2024
    - 16.3K bytes
    - Viewed (0)
  5. cmd/kubeadm/app/apis/kubeadm/v1beta4/types.go

    	// Default: 4m
    	// +optional
    	ControlPlaneComponentHealthCheck *metav1.Duration `json:"controlPlaneComponentHealthCheck,omitempty"`
    
    	// KubeletHealthCheck is the amount of time to wait for the kubelet to be healthy
    	// during "kubeadm init" and "kubeadm join".
    	// Default: 4m
    	// +optional
    	KubeletHealthCheck *metav1.Duration `json:"kubeletHealthCheck,omitempty"`
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 17 03:12:52 UTC 2024
    - 34.5K bytes
    - Viewed (0)
  6. src/main/resources/fess_config.properties

    -XX:+UseTLAB\n\
    -XX:+DisableExplicitGC\n\
    -XX:-HeapDumpOnOutOfMemoryError\n\
    -XX:-OmitStackTraceInFastThrow\n\
    -XX:+UnlockExperimentalVMOptions\n\
    -XX:+UseG1GC\n\
    -XX:InitiatingHeapOccupancyPercent=45\n\
    -XX:G1HeapRegionSize=4m\n\
    -XX:MaxGCPauseMillis=60000\n\
    -XX:G1NewSizePercent=5\n\
    -XX:G1MaxNewSizePercent=50\n\
    -Djcifs.smb.client.responseTimeout=30000\n\
    -Djcifs.smb.client.soTimeout=35000\n\
    -Djcifs.smb.client.connTimeout=60000\n\
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Apr 11 02:34:53 UTC 2024
    - 30.6K bytes
    - Viewed (0)
  7. src/crypto/internal/nistec/p256_asm_ppc64le.s

    #define Z3H    V24
    
    #define ZER   V26
    #define SEL1  V27
    #define CAR1  V28
    #define CAR2  V29
    /*
     * http://www.hyperelliptic.org/EFD/g1p/auto-shortw-jacobian-3.html#doubling-dbl-2004-hmv
     * Cost: 4M + 4S + 1*half + 5add + 2*2 + 1*3.
     * Source: 2004 Hankerson–Menezes–Vanstone, page 91.
     * 	A  = 3(X₁-Z₁²)×(X₁+Z₁²)
     * 	B  = 2Y₁
     * 	Z₃ = B×Z₁
     * 	C  = B²
     * 	D  = C×X₁
     * 	X₃ = A²-2D
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 56.5K bytes
    - Viewed (0)
  8. src/runtime/mgc.go

    // GC rate.
    // Next GC is after we've allocated an extra amount of memory proportional to
    // the amount already in use. The proportion is controlled by GOGC environment variable
    // (100 by default). If GOGC=100 and we're using 4M, we'll GC again when we get to 8M
    // (this mark is computed by the gcController.heapGoal method). This keeps the GC cost in
    // linear proportion to the allocation cost. Adjusting GOGC just changes the linear constant
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 16:25:21 UTC 2024
    - 62K bytes
    - Viewed (0)
  9. src/crypto/internal/nistec/p256_asm_s390x.s

    #define Z3H    V24
    
    #define ZER   V26
    #define SEL1  V27
    #define CAR1  V28
    #define CAR2  V29
    /*
     * https://www.hyperelliptic.org/EFD/g1p/auto-shortw-jacobian-3.html#doubling-dbl-2004-hmv
     * Cost: 4M + 4S + 1*half + 5add + 2*2 + 1*3.
     * Source: 2004 Hankerson–Menezes–Vanstone, page 91.
     * 	A  = 3(X₁-Z₁²)×(X₁+Z₁²)
     * 	B  = 2Y₁
     * 	Z₃ = B×Z₁
     * 	C  = B²
     * 	D  = C×X₁
     * 	X₃ = A²-2D
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 55.4K bytes
    - Viewed (0)
  10. src/runtime/malloc.go

    	//
    	//       Platform  Addr bits  Arena size  L1 entries   L2 entries
    	// --------------  ---------  ----------  ----------  -----------
    	//       */64-bit         48        64MB           1    4M (32MB)
    	// windows/64-bit         48         4MB          64    1M  (8MB)
    	//      ios/arm64         33         4MB           1  2048  (8KB)
    	//       */32-bit         32         4MB           1  1024  (4KB)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 59.6K bytes
    - Viewed (0)
Back to top