Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 568 for Dedicated (0.17 sec)

  1. platforms/documentation/docs/src/docs/userguide/reference/third_party_integration.adoc

    CLion::
    JetBrains supports building https://blog.jetbrains.com/clion/2018/05/clion-starts-2018-2-eap-sanitizers-gradle-db-performance/[C++ projects with Gradle].
    
    == Continuous integration
    
    We have dedicated guides showing you how to integrate a Gradle project with the following CI platforms:
    
     * <<jenkins.adoc#build_jenkins,Jenkins>>
     * <<teamcity.adoc#build_teamcity,TeamCity>>
     * <<travis-ci.adoc#build_travis,Travis CI>>
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Feb 05 18:33:11 UTC 2024
    - 8.8K bytes
    - Viewed (0)
  2. src/cmd/link/internal/ld/ld_test.go

    	out, err := testenv.Command(t, testenv.GoToolPath(t), "build", "./testdata/issue10978").CombinedOutput()
    	if err == nil {
    		t.Fatal("expected build to fail")
    	}
    
    	wantErrors := map[string]int{
    		// Main function has dedicated error message.
    		"function main is undeclared in the main package": 1,
    
    		// Single error reporting per each symbol.
    		// This way, duplicated messages are not reported for
    		// multiple relocations with a same name.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Oct 13 05:45:53 UTC 2023
    - 10.3K bytes
    - Viewed (0)
  3. src/runtime/mstats.go

    	// In-use spans have at least one object in them. These spans
    	// can only be used for other objects of roughly the same
    	// size.
    	//
    	// HeapInuse minus HeapAlloc estimates the amount of memory
    	// that has been dedicated to particular size classes, but is
    	// not currently being used. This is an upper bound on
    	// fragmentation, but in general this memory can be reused
    	// efficiently.
    	HeapInuse uint64
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 08 21:03:13 UTC 2024
    - 34.2K bytes
    - Viewed (0)
  4. src/internal/trace/traceviewer/mmu.go

              <input type="checkbox" id="background" checked><label for="background">Background workers</label>
              <span class="help">?<span>Background workers are GC-specific goroutines. 25% of the CPU is dedicated to background workers during GC.</span></span><br>
              <input type="checkbox" id="assist" checked><label for="assist">Mark assist</label>
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 21:29:53 UTC 2023
    - 13K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiserver/pkg/apis/flowcontrol/bootstrap/default.go

    		// handling load caused by pod startup (fetching secrets, events etc).
    		// NOTE: In large clusters 50% - 90% of all API calls use this priority-level.
    		SuggestedPriorityLevelConfigurationNodeHigh,
    		// "leader-election" is dedicated for controllers' leader-election, which majorly affects the
    		// availability of any controller runs in the cluster.
    		SuggestedPriorityLevelConfigurationLeaderElection,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 30 12:18:40 UTC 2023
    - 20.5K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apiserver/pkg/features/kube_features.go

    	// overload.
    	ResilientWatchCacheInitialization featuregate.Feature = "ResilientWatchCacheInitialization"
    
    	// owner: @serathius
    	// beta: v1.30
    	//
    	// Allow watch cache to create a watch on a dedicated RPC.
    	// This prevents watch cache from being starved by other watches.
    	SeparateCacheWatchRPC featuregate.Feature = "SeparateCacheWatchRPC"
    
    	// owner: @apelisse, @lavalamp
    	// alpha: v1.14
    	// beta: v1.16
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 08:36:46 UTC 2024
    - 13.4K bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/docs/userguide/dep-man/01-core-dependency-management/viewing_debugging_dependencies.adoc

    === Variant Selection Errors
    
    Sometimes a selection error happens at the <<variant_model.adoc#understanding-variant-selection,variant selection level>>.
    Have a look at the <<variant_model.adoc#sec:variant-select-errors,dedicated section>> to understand these errors and how to resolve them.
    
    [[sub:resolving-unsafe-configuration-resolution-errors]]
    === Unsafe Configuration Resolution Errors
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 15:55:38 UTC 2024
    - 12K bytes
    - Viewed (0)
  8. pkg/kubelet/util/manager/watch_based_manager.go

    	go wait.Until(store.startRecycleIdleWatch, time.Minute, stopCh)
    	go store.shutdownWhenStopped(stopCh)
    	return store
    }
    
    func (c *objectCache) newStore() *cacheStore {
    	// TODO: We may consider created a dedicated store keeping just a single
    	// item, instead of using a generic store implementation for this purpose.
    	// However, simple benchmarks show that memory overhead in that case is
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:25:43 UTC 2024
    - 11.6K bytes
    - Viewed (0)
  9. cluster/images/etcd-version-monitor/etcd-version-monitor.go

    }
    
    const (
    	namespace = "etcd" // For prefixing prometheus metrics
    )
    
    // Initialize prometheus metrics to be exported.
    var (
    	// Register all custom metrics with a dedicated registry to keep them separate.
    	customMetricRegistry = metrics.NewKubeRegistry()
    
    	// Custom etcd version metric since etcd 3.2- does not export one.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Dec 16 06:50:02 UTC 2023
    - 11.5K bytes
    - Viewed (0)
  10. maven-core/src/test/resources/apiv4-repo/junit/junit/4.13.1/junit-4.13.1.pom

                </resource>
            </resources>
            <plugins>
                <!--
                Both "org.apache" and "org.codehaus" are default providers of MOJO plugins
                which are especially dedicated to Maven projects.
                The MOJO stands for "Maven plain Old Java Object".
                Each mojo is an executable goal in Maven, and a plugin is a distribution of
                one or more related mojos.
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Dec 19 19:08:55 UTC 2023
    - 24.5K bytes
    - Viewed (0)
Back to top