Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 432 for Amount (0.45 sec)

  1. tensorflow/compiler/mlir/lite/experimental/remat/rematerializer.h

      Rematerializer() = default;
      virtual ~Rematerializer() = default;
    
      // The type used for memory sizes (in bytes) and differences thereof.
      using SizeT = int64_t;
    
      // The memory profile: The i-th element gives the amount of memory
      // that is needed when performing the i-th operation. This is the
      // sum of the sizes of
      //
      // (1) input tensors of that operation,
      // (2) output tensors of that operation,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 14 20:57:44 UTC 2023
    - 12K bytes
    - Viewed (0)
  2. pkg/kubelet/eviction/eviction_manager.go

    )
    
    const (
    	// signalEphemeralContainerFsLimit is amount of storage available on filesystem requested by the container
    	signalEphemeralContainerFsLimit string = "ephemeralcontainerfs.limit"
    	// signalEphemeralPodFsLimit is amount of storage available on filesystem requested by the pod
    	signalEphemeralPodFsLimit string = "ephemeralpodfs.limit"
    	// signalEmptyDirFsLimit is amount of storage available on filesystem requested by an emptyDir
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 27 18:55:56 UTC 2024
    - 24.6K bytes
    - Viewed (0)
  3. cmd/kubeadm/app/constants/constants.go

    	PullImageRetry = 5
    	// RemoveContainerRetry specifies how many times ContainerRuntime retries when removing container failed
    	RemoveContainerRetry = 5
    
    	// MinimumAddressesInServiceSubnet defines minimum amount of nodes the Service subnet should allow.
    	// We need at least ten, because the DNS service is always at the tenth cluster clusterIP
    	MinimumAddressesInServiceSubnet = 10
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Jun 01 03:36:35 UTC 2024
    - 32.4K bytes
    - Viewed (0)
  4. docs/en/docs/deployment/docker.md

    you will have a more or less well-defined, stable, and limited amount of memory consumed by each of those containers (more than one if they are replicated).
    
    And then you can set those same memory limits and requirements in your configurations for your container management system (for example in **Kubernetes**). That way it will be able to **replicate the containers** in the **available machines** taking into account the amount of memory needed by them, and the amount available in the machines...
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat May 18 23:43:13 UTC 2024
    - 34K bytes
    - Viewed (0)
  5. src/runtime/mpagealloc.go

    // additional virtual address space. The choice of managing large arrays also means
    // that a large amount of virtual address space may be reserved by the runtime.
    
    package runtime
    
    import (
    	"internal/runtime/atomic"
    	"unsafe"
    )
    
    const (
    	// The size of a bitmap chunk, i.e. the amount of bits (that is, pages) to consider
    	// in the bitmap at once.
    	pallocChunkPages    = 1 << logPallocChunkPages
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 25 19:53:03 UTC 2024
    - 39.2K bytes
    - Viewed (0)
  6. src/runtime/mgcscavenge_test.go

    		return 1
    	}
    
    	// Define a helper for verifying that various properties hold.
    	verifyScavengerState := func(t *testing.T, expWork uint64) {
    		t.Helper()
    
    		// Check to make sure it did the amount of work we expected.
    		if workDone := uint64(s.Released()); workDone != expWork {
    			t.Errorf("want %d bytes of work done, got %d", expWork, workDone)
    		}
    		// Check to make sure the scavenger is meeting its CPU target.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 25 19:53:03 UTC 2024
    - 25.2K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apimachinery/pkg/util/wait/backoff.go

    	// Should not be negative.
    	// The jitter does not contribute to the updates to the duration parameter.
    	Factor float64
    	// The sleep at each iteration is the duration plus an additional
    	// amount chosen uniformly at random from the interval between
    	// zero and `jitter*duration`.
    	Jitter float64
    	// The remaining number of iterations in which the duration
    	// parameter may change (but progress can be stopped earlier by
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 14 19:14:11 UTC 2023
    - 16.5K bytes
    - Viewed (0)
  8. pkg/controller/volume/attachdetach/reconciler/reconciler.go

    	Run(ctx context.Context)
    }
    
    // NewReconciler returns a new instance of Reconciler that waits loopPeriod
    // between successive executions.
    // loopPeriod is the amount of time the reconciler loop waits between
    // successive executions.
    // maxWaitForUnmountDuration is the max amount of time the reconciler will wait
    // for the volume to be safely unmounted, after this it will detach the volume
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 22 21:02:38 UTC 2024
    - 21.1K bytes
    - Viewed (0)
  9. src/cmd/compile/internal/ssa/_gen/LOONG64Ops.go

    		// shifts
    		{name: "SLLV", argLength: 2, reg: gp21, asm: "SLLV"},                      // arg0 << arg1, shift amount is mod 64
    		{name: "SLLVconst", argLength: 1, reg: gp11, asm: "SLLV", aux: "Int64"},   // arg0 << auxInt
    		{name: "SRLV", argLength: 2, reg: gp21, asm: "SRLV"},                      // arg0 >> arg1, unsigned, shift amount is mod 64
    		{name: "SRLVconst", argLength: 1, reg: gp11, asm: "SRLV", aux: "Int64"},   // arg0 >> auxInt, unsigned
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 19:04:19 UTC 2023
    - 25.2K bytes
    - Viewed (0)
  10. src/cmd/compile/internal/ssa/_gen/MIPS64Ops.go

    		// shifts
    		{name: "SLLV", argLength: 2, reg: gp21, asm: "SLLV"},                    // arg0 << arg1, shift amount is mod 64
    		{name: "SLLVconst", argLength: 1, reg: gp11, asm: "SLLV", aux: "Int64"}, // arg0 << auxInt
    		{name: "SRLV", argLength: 2, reg: gp21, asm: "SRLV"},                    // arg0 >> arg1, unsigned, shift amount is mod 64
    		{name: "SRLVconst", argLength: 1, reg: gp11, asm: "SRLV", aux: "Int64"}, // arg0 >> auxInt, unsigned
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 24 03:36:31 UTC 2023
    - 25.5K bytes
    - Viewed (0)
Back to top