Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 150 for persistent (0.78 sec)

  1. testing/soak/src/integTest/groovy/org/gradle/workers/internal/WorkerPruningSoakTest.groovy

            expect:
            10.times {
                println("Run $it")
                succeeds("runAllInWorkers", "-Pcounter=" + it)
            }
        }
    
        // TODO add a version with persistent workers when we re-enable them in public API
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 2.7K bytes
    - Viewed (0)
  2. cmd/grid.go

    	lookupHost := globalDNSCache.LookupHost
    	g, err := grid.NewManager(ctx, grid.ManagerOptions{
    		// Pass Dialer for websocket grid, make sure we do not
    		// provide any DriveOPTimeout() function, as that is not
    		// useful over persistent connections.
    		Dialer:       grid.ContextDialer(xhttp.DialContextWithLookupHost(lookupHost, xhttp.NewInternodeDialContext(rest.DefaultTimeout, globalTCPOptions.ForWebsocket()))),
    		Local:        local,
    		Hosts:        hosts,
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Wed May 22 23:07:14 UTC 2024
    - 2.2K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/quantization/tensorflow/exported_model.proto

      // resources like hash tables upon loading.
      string init_node_name = 2;
    
      // Path to the directory where checkpoint files are saved. This directoy is
      // not expected to be persistent (usually a temporary directory). When
      // fetching the restore op (see `restore_node_name`), this value is provided
      // to the "file_prefix" tensor to identify the checkpoint directory.
      string checkpoint_dir = 5;
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Mar 03 06:12:59 UTC 2023
    - 2.1K bytes
    - Viewed (0)
  4. platforms/core-configuration/model-core/build.gradle.kts

        api(project(":process-services"))
        api(project(":base-services"))
        api(project(":files"))
        api(project(":functional"))
        api(project(":logging"))
        api(project(":messaging"))
        api(project(":persistent-cache"))
        api(project(":snapshots"))
    
        api(libs.asm)
        api(libs.jsr305)
        api(libs.inject)
        api(libs.groovy)
        api(libs.guava)
    
        implementation(project(":base-services-groovy"))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 3.2K bytes
    - Viewed (0)
  5. platforms/ide/tooling-api/build.gradle.kts

        testFixturesImplementation(libs.commonsIo)
        testFixturesImplementation(libs.slf4jApi)
    
        integTestImplementation(project(":jvm-services"))
        integTestImplementation(project(":persistent-cache"))
    
        crossVersionTestImplementation(project(":jvm-services"))
        crossVersionTestImplementation(testFixtures(project(":problems-api")))
        crossVersionTestImplementation(libs.jettyWebApp)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 3.7K bytes
    - Viewed (0)
  6. pkg/apis/apps/v1beta2/conversion.go

    	for k, v := range m {
    		ret[k] = v
    	}
    	return ret
    }
    
    // Convert_v1beta2_StatefulSetSpec_To_apps_StatefulSetSpec augments auto-conversion to preserve < 1.17 behavior
    // setting apiVersion/kind in nested persistent volume claim objects.
    func Convert_v1beta2_StatefulSetSpec_To_apps_StatefulSetSpec(in *appsv1beta2.StatefulSetSpec, out *apps.StatefulSetSpec, s conversion.Scope) error {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Sep 23 23:36:24 UTC 2022
    - 8.3K bytes
    - Viewed (0)
  7. pkg/kube/inject/initializer.go

    // "kube-node-lease": This namespace for the lease objects associated with each node
    // which improves the performance of the node heartbeats as the cluster scales.
    // "local-path-storage": Dynamically provisioning persistent local storage with Kubernetes.
    //
    //	used with Kind cluster: https://github.com/rancher/local-path-provisioner
    var IgnoredNamespaces = sets.New(
    	constants.KubeSystemNamespace,
    	constants.KubePublicNamespace,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Oct 30 20:07:58 UTC 2022
    - 2.8K bytes
    - Viewed (0)
  8. platforms/jvm/scala/build.gradle.kts

        implementation(projects.time)
        implementation(project(":dependency-management"))
        implementation(project(":file-collections"))
        implementation(project(":logging"))
        implementation(project(":persistent-cache"))
        implementation(project(":plugins-java"))
        implementation(project(":plugins-java-base"))
        implementation(project(":reporting"))
        implementation(project(":worker-main"))
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 3.4K bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/samples/build-organization/composite-builds/basic/README.adoc

    Using _dependency substitution_, the module dependencies on the util libraries are replaced by project dependencies on `my-utils`.
    
    == Converting `my-app` to a composite build
    
    It's possible to make the above arrangement persistent, by making `my-app` a composite build that includes `my-utils`.
    
    ```
    cd my-app
    echo "includeBuild '../my-utils'" >> settings.gradle
    gradle run
    ```
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 2.5K bytes
    - Viewed (0)
  10. platforms/jvm/scala/src/integTest/groovy/org/gradle/scala/compile/daemon/ScalaCompilerDaemonReuseIntegrationTest.groovy

        }
    
        @Requires(IntegTestPreconditions.NotParallelExecutor)
        @UnsupportedWithConfigurationCache(because = "parallel by default")
        def "ignores known changing environment variable when persistent compiler daemons are enabled"() {
            withSingleProjectSources()
            withPersistentScalaCompilerDaemons()
    
            when:
            executer.withEnvironmentVars(['JAVA_MAIN_CLASS_1234': '1234'])
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 18 15:43:33 UTC 2023
    - 5.6K bytes
    - Viewed (0)
Back to top