Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 3,174 for tuning (0.13 sec)

  1. staging/src/k8s.io/apiserver/pkg/storage/cacher/cache_watcher.go

    			close(c.done)
    		}
    		close(c.input)
    	}
    
    	// Even if the watcher was already stopped, if it previously was
    	// using draining mode and it's not using it now we need to
    	// close the done channel now. Otherwise we could leak the
    	// processing goroutine if it will be trying to put more objects
    	// into result channel, the channel will be full and there will
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Aug 24 12:22:41 UTC 2023
    - 18.7K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/userguide/reference/command_line_interface.adoc

    It is common in Gradle builds for the `build` task to designate assembling all outputs and running all checks:
    
    ----
    $ gradle build
    ----
    
    === Running applications
    It is common for applications to run with the `run` task, which assembles the application and executes some script or binary:
    
    ----
    $ gradle run
    ----
    
    === Running all checks
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 23 05:36:09 UTC 2024
    - 34.8K bytes
    - Viewed (0)
  3. src/runtime/mgcsweep.go

    		// sweeping here until the next mark phase.
    		//
    		// Overflow can happen here if gcPaceSweeper is called concurrently with
    		// sweeping (i.e. not during a STW, like it usually is) because this code
    		// is intentionally racy. A concurrent call to gcPaceSweeper can happen
    		// if a GC tuning parameter is modified and we read an older value of
    		// heapLive than what was used to set the basis.
    		//
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 17:52:18 UTC 2024
    - 32.9K bytes
    - Viewed (0)
  4. docs/en/docs/deployment/docker.md

    And the **container** itself (in contrast to the **container image**) is the actual running instance of the image, comparable to a **process**. In fact, a container is running only when it has a **process running** (and normally it's only a single process). The container stops when there's no process running in it.
    
    ## Container Images
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat May 18 23:43:13 UTC 2024
    - 34K bytes
    - Viewed (0)
  5. cmd/admin-handlers.go

    // token will receive heal status records from the running heal
    // sequence.
    //
    // If no client token is provided, and a heal sequence is in progress
    // an error is returned with information about the running heal
    // sequence. However, if the force-start flag is provided, the server
    // aborts the running heal sequence and starts a new one.
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 98K bytes
    - Viewed (0)
  6. docs/de/docs/deployment/docker.md

    Dieses Image verfügt über einen **Auto-Tuning**-Mechanismus, um die **Anzahl der Arbeitsprozesse** basierend auf den verfügbaren CPU-Kernen festzulegen.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat Mar 30 18:19:17 UTC 2024
    - 38.9K bytes
    - Viewed (0)
  7. cmd/kubelet/app/options/options.go

    	// lockFilePath is the path that kubelet will use to as a lock file.
    	// It uses this file as a lock to synchronize with other kubelet processes
    	// that may be running.
    	LockFilePath string
    	// ExitOnLockContention is a flag that signifies to the kubelet that it is running
    	// in "bootstrap" mode. This requires that 'LockFilePath' has been set.
    	// This will cause the kubelet to listen to inotify events on the lock file,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 07:00:05 UTC 2024
    - 41.6K bytes
    - Viewed (0)
  8. test/turing.go

    // run
    
    // Copyright 2009 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    // Test simulating a Turing machine, sort of.
    
    package main
    
    // brainfuck
    
    var p, pc int
    var a [30000]byte
    
    const prog = "++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>.!"
    
    func scan(dir int) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 24 00:48:19 UTC 2012
    - 893 bytes
    - Viewed (0)
  9. src/runtime/mgcscavenge.go

    	sleepRatio float64
    
    	// sleepController controls sleepRatio.
    	//
    	// See sleepRatio for more details.
    	sleepController piController
    
    	// controllerCooldown is the time left in nanoseconds during which we avoid
    	// using the controller and we hold sleepRatio at a conservative
    	// value. Used if the controller's assumptions fail to hold.
    	controllerCooldown int64
    
    	// sleepStub is a stub used for testing to avoid actually having
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 17:48:45 UTC 2024
    - 52.3K bytes
    - Viewed (0)
  10. .github/FUNDING.yml

    # These are supported funding model platforms
    
    github: [jinzhu]
    patreon: jinzhu
    Registered: Wed Jun 12 16:27:09 UTC 2024
    - Last Modified: Sun Jun 07 04:47:26 UTC 2020
    - 102 bytes
    - Viewed (0)
Back to top