Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 62 for Purger (0.17 sec)

  1. src/runtime/mgcscavenge.go

    				break
    			}
    		}
    	}
    
    	// Split the run we found if it's larger than max but hold on to
    	// our original length, since we may need it later.
    	size := min(run, uint(max))
    	start := end - size
    
    	// Each huge page is guaranteed to fit in a single palloc chunk.
    	//
    	// TODO(mknyszek): Support larger huge page sizes.
    	// TODO(mknyszek): Consider taking pages-per-huge-page as a parameter
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 17:48:45 UTC 2024
    - 52.3K bytes
    - Viewed (0)
  2. pkg/kubelet/eviction/helpers.go

    	nodeConditionMessageFmt = "The node had condition: %v. "
    	// containerMessageFmt provides additional information for containers exceeding requests
    	containerMessageFmt = "Container %s was using %s, request is %s, has larger consumption of %v. "
    	// containerEphemeralStorageMessageFmt provides additional information for containers which have exceeded their ES limit
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Nov 01 18:46:33 UTC 2023
    - 53.6K bytes
    - Viewed (0)
  3. tensorflow/compiler/jit/mark_for_compilation_pass.cc

                cpu_global_jit_);
      }
    
      // Returns true if the devices in `cluster_a` and `cluster_b` are compatible
      // and therefore not a hindrance for combining the two clusters into a larger
      // cluster.
      absl::StatusOr<bool> AreDevicesCompatible(const Cluster& cluster_a,
                                                const Cluster& cluster_b);
    
      void DumpPostClusteringGraphs();
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Feb 21 12:19:41 UTC 2024
    - 85.3K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/docs/css/manual.css

    	--nav-color: #f8f8f7;
    	--table-color: #f7f8f7;
    	--box-shadow-color: rgba(0, 0, 0, .15);
    	--top-header-color: #fff;
    	--footer-white-color: #fff;
    	--footer-text-color: #fff;
    	--quoteblock-color: #7a2518;
    	--menu-burger-color: #fff;
    
    	.dark-mode {
    		--admonition-background: #2a2929;
    		--black-color: #fff;
    		--white-color: #121212;
    		--text-color: #aaa;
    		--title-color: #fff;
    		--header-color: rgba(255, 255, 255, 0.85);
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat May 25 05:15:02 UTC 2024
    - 72.6K bytes
    - Viewed (0)
  5. src/runtime/malloc.go

    	_StackCacheSize = 32 * 1024
    
    	// Number of orders that get caching. Order 0 is FixedStack
    	// and each successive order is twice as large.
    	// We want to cache 2KB, 4KB, 8KB, and 16KB stacks. Larger stacks
    	// will be allocated directly.
    	// Since FixedStack is different on different systems, we
    	// must vary NumStackOrders to keep the same maximum cached size.
    	//   OS               | FixedStack | NumStackOrders
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 59.6K bytes
    - Viewed (0)
  6. pkg/controller/volume/attachdetach/cache/actual_state_of_world_test.go

    // The elapsed time returned from the first SetDetachRequestTime call should be smaller than maxWaitTime
    // The elapsed time returned from the second SetDetachRequestTime call should be larger than maxWaitTime
    func Test_SetDetachRequestTime_Positive(t *testing.T) {
    	// Arrange
    	volumePluginMgr, _ := volumetesting.GetTestVolumePluginMgr(t)
    	asw := NewActualStateOfWorld(volumePluginMgr)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 11 07:35:17 UTC 2024
    - 66.1K bytes
    - Viewed (0)
  7. src/crypto/tls/conn.go

    //     record should fit in one TCP segment.
    //   - For throughput-sensitive applications, such as large file transfers,
    //     larger TLS records better amortize framing and encryption overheads.
    //
    // A simple heuristic that works well in practice is to use small records for
    // the first 1MB of data, then use larger records for subsequent data, and
    // reset back to smaller records after the connection becomes idle. See "High
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 03:10:12 UTC 2024
    - 51.8K bytes
    - Viewed (0)
  8. src/cmd/link/internal/loader/loader.go

    			// the 8 bytes, and trailing zeros doesn't change the hash value, e.g.
    			// hash("A") == hash("A\0\0\0").
    			// So when two symbols have the same hash, we need to use the one with
    			// larger size.
    			if siz > s.size {
    				// New symbol has larger size, use the new one. Rewrite the index mapping.
    				l.objSyms[s.sym] = objSym{r.objidx, li}
    				addToHashMap(symAndSize{s.sym, siz})
    			}
    			return s.sym
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 24 20:26:10 UTC 2024
    - 81.5K bytes
    - Viewed (0)
  9. src/index/suffixarray/sais2.go

    	// When recurse_64 is called from sais_8_64, oldTmp is length 512
    	// (from text_64), and saTmp will typically be much larger, so we'll use saTmp.
    	// When deeper recursions come back to recurse_64, now oldTmp is
    	// the saTmp from the top-most recursion, it is typically larger than
    	// the current saTmp (because the current sa gets smaller and smaller
    	// as the recursion gets deeper), and we keep reusing that top-most
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 18 23:57:18 UTC 2024
    - 52.3K bytes
    - Viewed (0)
  10. src/runtime/mgcpacer.go

    // the two assist ratio values being exact reciprocals of one another, since
    // the two values are used to convert values from different sources.
    //
    // The worst case result of this raciness is that we may miss a larger shift
    // in the ratio (say, if we decide to pace more aggressively against the
    // hard heap goal) but even this "hard goal" is best-effort (see #40460).
    // The dedicated GC should ensure we don't exceed the hard goal by too much
    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