Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 783 for workerCh (0.28 sec)

  1. subprojects/core/src/test/groovy/org/gradle/api/internal/DependencyClassPathProviderTest.groovy

                "plugin2-runtime"
            ]
    
            and:
            1 * moduleRegistry.getModule("gradle-worker-main") >> module("gradle-worker-main")
            1 * moduleRegistry.getModule("gradle-launcher") >> module("gradle-launcher", module("gradle-cli"))
            1 * moduleRegistry.getModule("gradle-workers") >> module("gradle-workers")
            1 * moduleRegistry.getModule("gradle-dependency-management") >> module("gradle-dependency-management")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 23 05:58:56 UTC 2024
    - 3.7K bytes
    - Viewed (0)
  2. platforms/software/testing-base-infrastructure/src/test/groovy/org/gradle/api/internal/tasks/testing/worker/TestWorkerTest.groovy

            1 * connection.useParameterSerializers(_)
            1 * connection.connect() >> {
                start {
                    worker.startProcessing()
                    worker.processTestClass(test)
                    thread.block()
                    instant.stopped
                    worker.stop()
                }
            }
            1 * processor.startProcessing(_)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 15:59:04 UTC 2024
    - 2.9K bytes
    - Viewed (0)
  3. src/runtime/mgcpacer.go

    	// time that should be spent in the fractional mark worker on
    	// each P that isn't running a dedicated worker.
    	//
    	// For example, if the utilization goal is 25% and there are
    	// no dedicated workers, this will be 0.25. If the goal is
    	// 25%, there is one dedicated worker, and GOMAXPROCS is 5,
    	// this will be 0.05 to make up the missing 5%.
    	//
    	// If this is zero, no fractional workers are needed.
    	fractionalUtilizationGoal float64
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 25 19:53:03 UTC 2024
    - 55.4K bytes
    - Viewed (0)
  4. subprojects/core/src/main/java/org/gradle/process/internal/worker/child/ApplicationClassesInSystemClassLoaderWorkerImplementationFactory.java

    import org.gradle.internal.stream.EncodedStream;
    import org.gradle.process.internal.JavaExecHandleBuilder;
    import org.gradle.process.internal.worker.GradleWorkerMain;
    import org.gradle.process.internal.worker.WorkerProcessBuilder;
    import org.gradle.process.internal.worker.messaging.WorkerConfig;
    import org.gradle.process.internal.worker.messaging.WorkerConfigSerializer;
    
    import java.io.DataOutputStream;
    import java.io.File;
    import java.io.IOException;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 20 10:09:51 UTC 2024
    - 9.7K bytes
    - Viewed (0)
  5. platforms/core-execution/workers/src/test/groovy/org/gradle/workers/internal/WorkerDaemonExpirationTest.groovy

            then:
            1 * client1.stop()
            1 * client2.stop()
            1 * client3.stop()
    
            and:
            reserveIdleClient(twoGbOptions) == null
        }
    
        def "expires idle worker daemons workers that have not provided usage but max heap is specified"() {
            given:
            reportsMemoryUsage = false
            def client1 = reserveNewClient(threeGbOptions)
            def client2 = reserveNewClient(twoGbOptions)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Mar 21 14:56:11 UTC 2024
    - 7.6K bytes
    - Viewed (0)
  6. platforms/core-execution/worker-main/src/main/java/org/gradle/process/internal/worker/messaging/WorkerConfigSerializer.java

                    message = String.format(
                        "Unsupported worker JDK version. Required: %s. Current: %s",
                        e2.getVersion().getMajorVersion(), JavaVersion.current().getMajorVersion()
                    );
                } else {
                    message = "Unsupported worker JDK version: " + JavaVersion.current().getMajorVersion();
                }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 23 05:58:56 UTC 2024
    - 5.6K bytes
    - Viewed (0)
  7. istioctl/pkg/writer/ztunnel/configdump/testdata/dump.json

          "workloadName": "ratings-v1",
          "workloadType": "deployment",
          "canonicalName": "ratings",
          "canonicalRevision": "v1",
          "network": "network1",
          "node": "ambient-worker2",
          "nativeTunnel": true,
          "status": "Healthy",
          "clusterId": "Kubernetes"
        },
        "/10.244.2.58": {
          "workloadIps": [
            "10.244.2.58"
          ],
          "protocol": "HBONE",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 16 03:28:36 UTC 2024
    - 33.1K bytes
    - Viewed (0)
  8. platforms/core-runtime/base-services/src/main/java/org/gradle/internal/concurrent/WorkerLimits.java

    import org.gradle.api.NonNullApi;
    import org.gradle.internal.service.scopes.Scope;
    import org.gradle.internal.service.scopes.ServiceScope;
    
    /**
     * Limits configured for workers in the current build.
     * <p>
     * Workers can be threads, processes or whatever Gradle considers a "worker".
     * <p>
     * Some examples:
     * <ul>
     *     <li>A thread running a task</li>
     *     <li>A test process</li>
     *     <li>A language compiler in a forked process</li>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Apr 05 16:30:57 UTC 2024
    - 1.4K bytes
    - Viewed (0)
  9. platforms/core-execution/workers/src/main/java/org/gradle/workers/ClassLoaderWorkerSpec.java

     */
    
    package org.gradle.workers;
    
    import org.gradle.api.file.ConfigurableFileCollection;
    
    /**
     * A worker spec providing the requirements of an isolated classpath.
     *
     * @since 5.6
     */
    public interface ClassLoaderWorkerSpec extends WorkerSpec {
        /**
         * Gets the classpath associated with the worker.
         *
         * @return the classpath associated with the worker
         */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:36:27 UTC 2023
    - 1K bytes
    - Viewed (0)
  10. cmd/bucket-lifecycle.go

    		workers = workers[:len(workers)-1]
    		worker <- expiryOp(nil)
    		es.stats.workers.Add(-1)
    	}
    	// Atomically replace workers.
    	es.workers.Store(&workers)
    }
    
    // Worker handles 4 types of expiration tasks.
    // 1. Expiry of objects, includes regular and transitioned objects
    // 2. Expiry of noncurrent versions due to NewerNoncurrentVersions
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 15:31:51 UTC 2024
    - 33.3K bytes
    - Viewed (0)
Back to top