Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for 570681 (0.2 sec)

  1. src/cmd/go/internal/modload/init.go

    	// and the toolchain running right now is newer than the current toolchain line,
    	// then update the toolchain line to record the newer toolchain.
    	//
    	// TODO(#57001): This condition feels too complicated. Can we simplify it?
    	// TODO(#57001): Add more tests for toolchain lines.
    	toolVers := gover.FromToolchain(toolchain)
    	if wroteGo && !opts.DropToolchain && !opts.ExplicitToolchain &&
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 06 18:36:30 UTC 2024
    - 69.8K bytes
    - Viewed (0)
  2. pkg/proxy/ipvs/proxier.go

    		if onlyNodeLocalEndpoints {
    			if len(localEndpoints) > 0 {
    				endpoints = localEndpoints
    			} else {
    				// https://github.com/kubernetes/kubernetes/pull/97081
    				// Allow access from local PODs even if no local endpoints exist.
    				// Traffic from an external source will be routed but the reply
    				// will have the POD address and will be discarded.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Apr 28 15:51:23 UTC 2024
    - 77.7K bytes
    - Viewed (0)
  3. src/runtime/mgcpacer.go

    	// Apply some headroom to the goal to account for pacing inaccuracies and to reduce
    	// the impact of scavenging at allocation time in response to a high allocation rate
    	// when GOGC=off. See issue #57069. Also, be careful about small limits.
    	headroom := goal / 100 * memoryLimitHeapGoalHeadroomPercent
    	if headroom < memoryLimitMinHeapGoalHeadroom {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 25 19:53:03 UTC 2024
    - 55.4K bytes
    - Viewed (0)
Back to top