Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 24 of 24 for transitioningTo (0.14 sec)

  1. platforms/documentation/docs/src/docs/userguide/optimizing-performance/performance.adoc

    Keeping up with Gradle version upgrades is low risk because the Gradle team ensures backwards compatibility between minor versions of Gradle.
    Staying up-to-date also makes transitioning to the next major version easier, since you'll get early deprecation warnings.
    
    === Java
    
    Gradle runs on the Java Virtual Machine (JVM). Java performance improvements often benefit Gradle.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Feb 23 03:39:56 UTC 2024
    - 33.4K bytes
    - Viewed (0)
  2. pkg/kubelet/status/status_manager.go

    		}
    	}
    	newPodStatus.Conditions = podConditions
    
    	// ResourceClaimStatuses is not owned and not modified by kubelet.
    	newPodStatus.ResourceClaimStatuses = oldPodStatus.ResourceClaimStatuses
    
    	// Delay transitioning a pod to a terminal status unless the pod is actually terminal.
    	// The Kubelet should never transition a pod to terminal status that could have running
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 02 16:27:19 UTC 2024
    - 44.3K bytes
    - Viewed (0)
  3. src/runtime/stack.go

    	// of the G's stack. Note: it's safe to access gp.waitreason here.
    	// We're only checking if this is true if we took ownership of the
    	// G with the _Gscan bit. This prevents the goroutine from transitioning,
    	// which prevents gp.waitreason from changing.
    	if traceEnabled() && readgstatus(gp)&^_Gscan == _Gwaiting && gp.waitreason.isWaitingForGC() {
    		return false
    	}
    	return true
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:31:00 UTC 2024
    - 41.1K bytes
    - Viewed (0)
  4. cmd/kubelet/app/options/options.go

    	fs.DurationVar(&c.EvictionPressureTransitionPeriod.Duration, "eviction-pressure-transition-period", c.EvictionPressureTransitionPeriod.Duration, "Duration for which the kubelet has to wait before transitioning out of an eviction pressure condition.")
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 07:00:05 UTC 2024
    - 41.6K bytes
    - Viewed (0)
Back to top