Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for applyOOMScoreAdjContainerTester (0.33 sec)

  1. pkg/util/oom/oom_linux_test.go

    	pidListSequenceEmpty := [][]int{}
    	applyOOMScoreAdjContainerTester(pidListSequenceEmpty, 3, nil, true, t)
    
    	pidListSequence1 := [][]int{
    		{1, 2},
    	}
    	applyOOMScoreAdjContainerTester(pidListSequence1, 1, []int{1, 2}, false, t)
    
    	pidListSequenceLag := [][]int{
    		{},
    		{},
    		{},
    		{1, 2, 4},
    	}
    	for i := 1; i < 4; i++ {
    		applyOOMScoreAdjContainerTester(pidListSequenceLag, i, nil, true, t)
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Aug 24 19:47:49 UTC 2021
    - 3.3K bytes
    - Viewed (0)
Back to top