Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 1,431 for tuning (0.3 sec)

  1. platforms/ide/ide/src/main/java/org/gradle/plugins/ide/eclipse/model/EclipseWtp.java

    import org.gradle.internal.xml.XmlTransformer;
    import org.gradle.plugins.ide.api.XmlFileContentMerger;
    
    import javax.inject.Inject;
    
    import static org.gradle.util.internal.ConfigureUtil.configure;
    
    /**
     * Enables fine-tuning wtp/wst details of the Eclipse plugin
     * <p>
     * For projects applying the eclipse plugin and either one of the ear or war plugins, this plugin is auto-applied.
     * <p>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:12 UTC 2023
    - 3.9K bytes
    - Viewed (0)
  2. src/cmd/cgo/internal/testsanitizers/msan_test.go

    	if !platform.MSanSupported(goos, goarch) {
    		t.Skipf("skipping on %s/%s; -msan option is not supported.", goos, goarch)
    	}
    
    	t.Parallel()
    	// Overcommit is enabled by default on FreeBSD (vm.overcommit=0, see tuning(7)).
    	// Do not skip tests with stricter overcommit settings unless testing shows that FreeBSD has similar issues.
    	if goos == "linux" {
    		requireOvercommit(t)
    	}
    	config := configure("memory")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Dec 18 21:30:58 UTC 2023
    - 2.3K bytes
    - Viewed (0)
  3. platforms/ide/ide/src/main/java/org/gradle/plugins/ide/eclipse/model/EclipseJdt.java

    import org.gradle.api.JavaVersion;
    import org.gradle.plugins.ide.api.PropertiesFileContentMerger;
    import org.gradle.util.internal.ConfigureUtil;
    
    import javax.inject.Inject;
    
    /**
     * Enables fine-tuning jdt details of the Eclipse plugin
     *
     * <pre class='autoTested'>
     * plugins {
     *     id 'java'
     *     id 'eclipse'
     * }
     *
     * eclipse {
     *   jdt {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:12 UTC 2023
    - 5.2K bytes
    - Viewed (0)
  4. tools/packaging/common/sidecar.env

    # ISTIO_PILOT_PORT=15005
    # ISTIO_CP_AUTH=MUTUAL_TLS
    
    # Fine tuning - useful if installing/building binaries instead of using the .deb file, or running
    # multiple instances.
    
    # Port used by Envoy. Defaults to 15001, used in the autogenerated config
    # ENVOY_PORT=15001
    
    # User running Envoy. For testing you can use a regular user ID - however running iptables requires
    # root or netadmin capability. The debian file creates user istio.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 31 18:02:42 UTC 2022
    - 4.7K bytes
    - Viewed (0)
  5. platforms/ide/ide/src/main/java/org/gradle/plugins/ide/eclipse/model/EclipseWtpFacet.java

    import java.util.List;
    import java.util.Map;
    import java.util.Objects;
    import java.util.stream.Collectors;
    
    import static org.gradle.util.internal.ConfigureUtil.configure;
    
    /**
     * Enables fine-tuning wtp facet details of the Eclipse plugin
     * <p>
     * Advanced configuration closures beforeMerged and whenMerged receive {@link WtpFacet} object as parameter.
     *
     * <pre class='autoTested'>
     * plugins {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 11 13:37:56 UTC 2023
    - 6K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apiserver/pkg/util/flowcontrol/request/mutating_work_estimator.go

    	// We're starting simple to get some operational experience with it and
    	// we will work on tuning the algorithm later. Given that the actual work
    	// associated with processing watch events is happening in multiple
    	// goroutines (proportional to the number of watchers) that are all
    	// resumed at once, as a starting point we assume that each such goroutine
    	// is taking 1/Nth of a seat for M milliseconds.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jul 17 19:26:52 UTC 2023
    - 6K bytes
    - Viewed (0)
  7. pilot/pkg/status/distribution/state.go

    			}
    			return status
    		}),
    	}
    
    	// client-go defaults to 5 QPS, with 10 Boost, which is insufficient for updating status on all the config
    	// in the mesh.  These values can be configured using environment variables for tuning (see pilot/pkg/features)
    	restConfig.QPS = float32(features.StatusQPS)
    	restConfig.Burst = features.StatusBurst
    	var err error
    	if c.dynamicClient, err = dynamic.NewForConfig(restConfig); err != nil {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 23 17:08:31 UTC 2023
    - 7.7K bytes
    - Viewed (0)
  8. docs/fr/docs/deployment/docker.md

    ## <a href="https://github.com/tiangolo/uvicorn-gunicorn-fastapi-docker" class="external-link" target="_blank">tiangolo/uvicorn-gunicorn-fastapi</a>
    
    Cette image est dotée d'un mécanisme d'"auto-tuning", de sorte qu'il vous suffit d'ajouter votre code pour obtenir automatiquement des performances très élevées. Et sans faire de sacrifices.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu May 12 00:06:16 UTC 2022
    - 7.5K bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/docs/userguide/reference/third_party_integration.adoc

    Using the connection you can execute tasks, tests and retrieve models relative to this project.
    
    [[sec:embedding_compatibility]]
    === Compatibility of Java and Gradle versions
    
    The following components should be considered when implementing Gradle integration: the Tooling API version, The JVM running the Tooling API client (i.e. the IDE process), the JVM running the Gradle daemon, and the Gradle version.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Feb 05 18:33:11 UTC 2024
    - 8.8K bytes
    - Viewed (0)
  10. 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)
Back to top