Search Options

Results per page
Sort
Preferred Languages
Advance

Results 111 - 120 of 925 for Machines (0.35 sec)

  1. pkg/kubelet/cm/topologymanager/topology_manager_test.go

    				{
    					Id: 0,
    				},
    			},
    		},
    		{
    			description:    "more than 8 NUMA nodes",
    			policyName:     "best-effort",
    			expectedPolicy: "best-effort",
    			expectedError:  fmt.Errorf("unsupported on machines with more than %v NUMA Nodes", maxAllowableNUMANodes),
    			topology: []cadvisorapi.Node{
    				{
    					Id: 0,
    				},
    				{
    					Id: 1,
    				},
    				{
    					Id: 2,
    				},
    				{
    					Id: 3,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jul 11 13:04:32 UTC 2023
    - 13.8K bytes
    - Viewed (0)
  2. docs/distributed/README.md

    MinIO in distributed mode lets you pool multiple drives (even on different machines) into a single object storage server. As drives are distributed across several nodes, distributed MinIO can withstand multiple node failures and yet ensure full data protection.
    
    ## Why distributed MinIO?
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jan 18 07:03:17 UTC 2024
    - 8.8K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/userguide/authoring-builds/tasks/organizing_tasks.adoc

    [[sec:lifecycle_tasks]]
    == Lifecycle tasks
    
    Lifecycle tasks can be particularly beneficial for separating work between users or machines (CI vs local).
    For example, a developer on a local machine might not want to run an entire build on every single change.
    
    Let's take a standard `app` as an example which applies the `base` plugin.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Mar 23 23:21:15 UTC 2024
    - 12.8K bytes
    - Viewed (0)
  4. platforms/jvm/toolchains-jvm/src/test/groovy/org/gradle/jvm/toolchain/internal/JavaToolchainQueryServiceTest.groovy

        }
    
        def "matches J9 toolchain via vendor"() {
            given:
            def queryService = setupInstallations(
                ["8.hs-amazon", "8.j9-international business machines corporation"],
                null,
                version -> version.split("\\.")[0],
                version -> version.split("-")[1]
            )
    
            when:
            def filter = createSpec()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 18 22:46:10 UTC 2024
    - 19K bytes
    - Viewed (0)
  5. platforms/ide/ide-native/src/integTest/groovy/org/gradle/ide/visualstudio/VisualStudioMultiProjectIntegrationTest.groovy

                }
            """
            file("lib", "build.gradle") << """
                apply plugin: 'cpp-library'
    
                library {
                    linkage = [Linkage.STATIC]
                    targetMachines = [machines.os('os-family')]
                }
            """
            succeeds ":visualStudio"
    
            when:
            def resultUnbuildableSolution = msbuild
                    .withSolution(solutionFile('app.sln'))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 02 20:50:18 UTC 2024
    - 18.3K bytes
    - Viewed (0)
  6. src/runtime/stack_test.go

    	// this function's continuation PC is in
    	// TestDeferLeafSigpanic.
    	*(*int)(nil) = 0
    }
    
    // TestDeferLeafSigpanic tests defer matching around leaf functions
    // that sigpanic. This is tricky because on LR machines the outer
    // function and the inner function have the same SP, but it's critical
    // that we match up the defer correctly to get the right liveness map.
    // See issue #25499.
    func TestDeferLeafSigpanic(t *testing.T) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jun 14 00:03:57 UTC 2023
    - 23.1K bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/docs/userguide/running-builds/tutorial/part1_gradle_init.adoc

    These scripts allow you to run a Gradle build without requiring that Gradle be installed on your system.
    It also helps ensure that the same version of Gradle is used for builds by different developers and between local and CI machines.
    
    From now on, you will never invoke Gradle directly; instead, you will use the Gradle _wrapper_.
    
    == Step 3. Invoking the Gradle Wrapper
    Use the wrapper by entering the following command:
    [source,text]
    ----
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 01 15:00:23 UTC 2024
    - 11.8K bytes
    - Viewed (0)
  8. maven-compat/src/main/java/org/apache/maven/artifact/repository/metadata/DefaultRepositoryMetadataManager.java

                                        + now
                                        + ", lastUpdated = " + lastUpdated + "). Please verify that the clocks of all"
                                        + " deploying machines are reasonably synchronized.");
                        versioning.setLastUpdated(now);
                        changed = true;
                    }
                }
            }
    
            if (changed) {
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Fri Apr 12 10:50:18 UTC 2024
    - 18.9K bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/docs/userguide/optimizing-performance/build-cache/build_cache.adoc

    But instead of being limited to the previous build in the same workspace, task output caching allows Gradle to reuse task outputs from any earlier build in any location on the local machine.
    When using a shared build cache for task output caching this even works across developer machines and build agents.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 15 11:30:10 UTC 2024
    - 26.1K bytes
    - Viewed (0)
  10. platforms/jvm/jvm-services/src/test/groovy/org/gradle/internal/jvm/inspection/DefaultJvmMetadataDetectorTest.groovy

            ]
        }
    
        private static Map<String, String> semeruJvm16() {
            ['java.home': "java-home",
             'java.version': "16.0.2",
             'java.vendor': "International Business Machines Corporation",
             'os.arch': "x86_64",
             'java.vm.name': "Eclipse OpenJ9 VM",
             'java.vm.version': "openj9-0.27.0",
             'java.vm.vendor': "Eclipse OpenJ9",
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 12 18:25:34 UTC 2024
    - 22.9K bytes
    - Viewed (0)
Back to top