Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 108 for bursty (0.41 sec)

  1. src/cmd/vendor/golang.org/x/sys/unix/zerrors_zos_s390x.go

    	{2, "EDC5002I", "A range error occurred."},
    	{111, "EDC5111I", "Permission denied."},
    	{112, "EDC5112I", "Resource temporarily unavailable."},
    	{113, "EDC5113I", "Bad file descriptor."},
    	{114, "EDC5114I", "Resource busy."},
    	{115, "EDC5115I", "No child processes."},
    	{116, "EDC5116I", "Resource deadlock avoided."},
    	{117, "EDC5117I", "File exists."},
    	{118, "EDC5118I", "Incorrect address."},
    	{119, "EDC5119I", "File too large."},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 39.4K bytes
    - Viewed (0)
  2. src/syscall/zerrors_solaris_amd64.go

    	14:  "bad address",
    	15:  "block device required",
    	16:  "device busy",
    	17:  "file exists",
    	18:  "cross-device link",
    	19:  "no such device",
    	20:  "not a directory",
    	21:  "is a directory",
    	22:  "invalid argument",
    	23:  "file table overflow",
    	24:  "too many open files",
    	25:  "inappropriate ioctl for device",
    	26:  "text file busy",
    	27:  "file too large",
    	28:  "no space left on device",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 13:52:34 UTC 2024
    - 50.8K bytes
    - Viewed (0)
  3. build/lib/release.sh

      local src_dir="${KUBE_ROOT}/cluster/gce/manifests"
    
      local release_stage="${RELEASE_STAGE}/manifests/kubernetes"
      rm -rf "${release_stage}"
    
      local dst_dir="${release_stage}/gci-trusty"
      mkdir -p "${dst_dir}"
      cp "${src_dir}/kube-proxy.manifest" "${dst_dir}/"
      cp "${src_dir}/cluster-autoscaler.manifest" "${dst_dir}/"
      cp "${src_dir}/etcd.manifest" "${dst_dir}"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Jun 01 16:43:08 UTC 2024
    - 21.7K bytes
    - Viewed (0)
  4. cmd/metrics-resource.go

    		readsAwait:        "Average time for read requests to be served on a drive",
    		writesAwait:       "Average time for write requests to be served on a drive",
    		percUtil:          "Percentage of time the disk was busy",
    		usedBytes:         "Used bytes on a drive",
    		totalBytes:        "Total bytes on a drive",
    		usedInodes:        "Total inodes used on a drive",
    		totalInodes:       "Total inodes on a drive",
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 17 15:15:13 UTC 2024
    - 17.2K bytes
    - Viewed (0)
  5. docs/tr/docs/async.md

    Ama tezgahtan uzaklaşıp sıranız gelene kadarmasanıza dönebilir 🔀 ve dikkatinizi aşkınıza 😍 verebilirsiniz vr bunun üzerine "çalışabilirsiniz" ⏯ 🤓. Artık "üretken" birşey yapıyorsunuz 🤓, sevgilinle 😍 flört eder gibi.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 21.9K bytes
    - Viewed (0)
  6. cluster/gce/config-test.sh

    # Optional: setting it to true denotes this is a testing cluster,
    # so that we can use pulled kubernetes binaries, even if binaries
    # are pre-installed in the image. Note that currently this logic
    # is only supported in trusty or GCI.
    TEST_CLUSTER=${TEST_CLUSTER:-true}
    
    # Storage backend. 'etcd2' and 'etcd3' are supported.
    STORAGE_BACKEND=${STORAGE_BACKEND:-}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 17:20:24 UTC 2024
    - 29.8K bytes
    - Viewed (0)
  7. src/runtime/preempt.go

    				// can lead to live-lock.
    				now := nanotime()
    				if now >= nextPreemptM {
    					nextPreemptM = now + yieldDelay/2
    					preemptM(asyncM)
    				}
    			}
    		}
    
    		// TODO: Don't busy wait. This loop should really only
    		// be a simple read/decide/CAS loop that only fails if
    		// there's an active race. Once the CAS succeeds, we
    		// should queue up the preemption (which will require
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 15:41:45 UTC 2024
    - 15.1K bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/docs/userguide/optimizing-performance/gradle_daemon.adoc

    [[sec:status]]
    == Check Daemon status
    
    To get a list of running Daemons and their statuses, use the `--status` command:
    
    ----
    $ gradle --status
    ----
    
    ----
       PID STATUS   INFO
     28486 IDLE     7.5
     34247 BUSY     7.5
    ----
    
    Currently, a given Gradle version can only connect to Daemons of the same version.
    This means the status output only shows Daemons spawned running the same version of Gradle as the current project.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 12:43:14 UTC 2024
    - 13.1K bytes
    - Viewed (0)
  9. pkg/controller/statefulset/stateful_set_utils.go

    }
    
    // isHealthy returns true if pod is running and ready and has not been terminated
    func isHealthy(pod *v1.Pod) bool {
    	return isRunningAndReady(pod) && !isTerminating(pod)
    }
    
    // allowsBurst is true if the alpha burst annotation is set.
    func allowsBurst(set *apps.StatefulSet) bool {
    	return set.Spec.PodManagementPolicy == apps.ParallelPodManagement
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 19:06:41 UTC 2024
    - 26.7K bytes
    - Viewed (0)
  10. hack/lib/golang.sh

          parallel=false
        fi
      fi
    
      if [[ "${parallel}" == "true" ]]; then
        kube::log::status "Building go targets for {${platforms[*]}} in parallel (output will appear in a burst when complete):" "${targets[@]}"
        local platform
        for platform in "${platforms[@]}"; do (
            kube::golang::set_platform_envs "${platform}"
            kube::log::status "${platform}: build started"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Jun 01 16:43:08 UTC 2024
    - 32.8K bytes
    - Viewed (0)
Back to top