Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for numGCs (0.08 sec)

  1. src/index/suffixarray/suffixarray_test.go

    // Generates many inputs, builds and checks suffix arrays.
    func test(t *testing.T, build func([]byte) []int) {
    	t.Run("ababab...", func(t *testing.T) {
    		// Very repetitive input has numLMS = len(x)/2-1
    		// at top level, the largest it can be.
    		// But maxID is only two (aba and ab$).
    		size := 100000
    		if testing.Short() {
    			size = 10000
    		}
    		x := make([]byte, size)
    		for i := range x {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 14.1K bytes
    - Viewed (0)
  2. pkg/kubelet/apis/config/types.go

    	// Also, avoid specifying:
    	// 1. Duplicates, the same NUMA node, and memory type, but with a different value.
    	// 2. zero limits for any memory type.
    	// 3. NUMAs nodes IDs that do not exist under the machine.
    	// 4. memory types except for memory and hugepages-<size>
    	ReservedMemory []MemoryReservation
    	// EnableProfiling enables /debug/pprof handler.
    	EnableProfilingHandler bool
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 05 21:10:42 UTC 2024
    - 35.1K bytes
    - Viewed (0)
Back to top