Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestGetContainerOOMScoreAdjust (0.21 sec)

  1. pkg/kubelet/qos/policy_test.go

    	memoryCapacity  int64
    	lowOOMScoreAdj  int // The max oom_score_adj score the container should be assigned.
    	highOOMScoreAdj int // The min oom_score_adj score the container should be assigned.
    }
    
    func TestGetContainerOOMScoreAdjust(t *testing.T) {
    	oomTests := []oomTest{
    		{
    			pod:             &cpuLimit,
    			memoryCapacity:  4000000000,
    			lowOOMScoreAdj:  999,
    			highOOMScoreAdj: 999,
    		},
    		{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 03 21:34:27 UTC 2021
    - 5.6K bytes
    - Viewed (0)
Back to top