Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for niccolo (0.33 sec)

  1. pkg/controller/podautoscaler/replica_calculator_test.go

    					Status: v1.PodStatus{
    						Phase: v1.PodSucceeded,
    						StartTime: &metav1.Time{
    							Time: time.Now(),
    						},
    					},
    				},
    				{
    					ObjectMeta: metav1.ObjectMeta{
    						Name: "niccolo",
    					},
    					Status: v1.PodStatus{
    						Phase: v1.PodSucceeded,
    						StartTime: &metav1.Time{
    							Time: time.Now().Add(-3 * time.Minute),
    						},
    						Conditions: []v1.PodCondition{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Aug 19 03:31:34 UTC 2023
    - 68.4K bytes
    - Viewed (0)
  2. src/runtime/mgcscavenge.go

    	// its inputs (as opposed to an inverse relationship), making it somewhat
    	// easier to reason about for tuning purposes.
    	s.sleepController = piController{
    		// Tuned loosely via Ziegler-Nichols process.
    		kp: 0.3375,
    		ti: 3.2e6,
    		tt: 1e9, // 1 second reset time.
    
    		// These ranges seem wide, but we want to give the controller plenty of
    		// room to hunt for the optimal value.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 17:48:45 UTC 2024
    - 52.3K bytes
    - Viewed (0)
Back to top