Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 133 for 512g (0.15 sec)

  1. platforms/core-runtime/process-services/src/test/groovy/org/gradle/process/internal/health/memory/MaximumHeapHelperTest.groovy

            osTotalMemory           | bitMode | server | expected
            MemoryAmount.of('512g') | 64      | true   | MemoryAmount.of('32g')
            MemoryAmount.of('8g')   | 64      | true   | MemoryAmount.of('2g')
            MemoryAmount.of('512g') | 64      | false  | MemoryAmount.of('1g')
            MemoryAmount.of('2g')   | 64      | false  | MemoryAmount.of('512m')
            MemoryAmount.of('8g')   | 32      | false  | MemoryAmount.of('1g')
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:10:02 UTC 2023
    - 2.5K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_linux_mips64.go

    	SYS_SETFSUID                = 5120
    	SYS_SETFSGID                = 5121
    	SYS_GETSID                  = 5122
    	SYS_CAPGET                  = 5123
    	SYS_CAPSET                  = 5124
    	SYS_RT_SIGPENDING           = 5125
    	SYS_RT_SIGTIMEDWAIT         = 5126
    	SYS_RT_SIGQUEUEINFO         = 5127
    	SYS_RT_SIGSUSPEND           = 5128
    	SYS_SIGALTSTACK             = 5129
    	SYS_UTIME                   = 5130
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 13.1K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_linux_mips64le.go

    	SYS_SETFSUID                = 5120
    	SYS_SETFSGID                = 5121
    	SYS_GETSID                  = 5122
    	SYS_CAPGET                  = 5123
    	SYS_CAPSET                  = 5124
    	SYS_RT_SIGPENDING           = 5125
    	SYS_RT_SIGTIMEDWAIT         = 5126
    	SYS_RT_SIGQUEUEINFO         = 5127
    	SYS_RT_SIGSUSPEND           = 5128
    	SYS_SIGALTSTACK             = 5129
    	SYS_UTIME                   = 5130
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 13.1K bytes
    - Viewed (0)
  4. src/syscall/zsysnum_linux_mips64.go

    	SYS_SETFSUID               = 5120
    	SYS_SETFSGID               = 5121
    	SYS_GETSID                 = 5122
    	SYS_CAPGET                 = 5123
    	SYS_CAPSET                 = 5124
    	SYS_RT_SIGPENDING          = 5125
    	SYS_RT_SIGTIMEDWAIT        = 5126
    	SYS_RT_SIGQUEUEINFO        = 5127
    	SYS_RT_SIGSUSPEND          = 5128
    	SYS_SIGALTSTACK            = 5129
    	SYS_UTIME                  = 5130
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 14 13:21:46 UTC 2018
    - 10.9K bytes
    - Viewed (0)
  5. src/syscall/zsysnum_linux_mips64le.go

    	SYS_SETFSUID               = 5120
    	SYS_SETFSGID               = 5121
    	SYS_GETSID                 = 5122
    	SYS_CAPGET                 = 5123
    	SYS_CAPSET                 = 5124
    	SYS_RT_SIGPENDING          = 5125
    	SYS_RT_SIGTIMEDWAIT        = 5126
    	SYS_RT_SIGQUEUEINFO        = 5127
    	SYS_RT_SIGSUSPEND          = 5128
    	SYS_SIGALTSTACK            = 5129
    	SYS_UTIME                  = 5130
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 14 13:21:46 UTC 2018
    - 10.9K bytes
    - Viewed (0)
  6. platforms/software/dependency-management/src/test/groovy/org/gradle/internal/resource/transfer/ResourceOperationTest.groovy

            operation.contentLength = 1024 * 10
            when:
            operation.logProcessedBytes(512 * 0)
            operation.logProcessedBytes(512 * 1)
            then:
            0 * context.progress(_)
    
            when:
            operation.logProcessedBytes(512 * 1)
            operation.logProcessedBytes(512 * 2)
            then:
            1 * context.progress(1024, 10240, "bytes", "1 KiB/10 KiB downloaded")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 3K bytes
    - Viewed (0)
  7. testing/performance/src/templates/config-inject/build.gradle

        <% if (dependencies) { dependencies.each { %>
            implementation "${it.shortNotation()}" <% } %>
        <% } %>
    }
    
    test {
        if (!JavaVersion.current().java8Compatible) {
            jvmArgs '-XX:MaxPermSize=512m'
        }
        jvmArgs '-XX:+HeapDumpOnOutOfMemoryError'
    }
    
    <% if (groovyProject) { %>
    apply plugin: 'groovy'
    dependencies {
        implementation 'org.codehaus:groovy:groovy-all:2.4.15'
    }
    <% } %>
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 1.6K bytes
    - Viewed (0)
  8. platforms/jvm/testing-jvm/src/integTest/groovy/org/gradle/testing/testng/TestNGLoggingOutputCaptureIntegrationTest.groovy

    </suite>"""
    
            when: succeeds "test"
    
            then:
            if (VersionNumber.parse(version.toString()) > VersionNumber.parse('5.12.1')) {
                // Broken in 5.12.1, fixed in 5.13
                assert containsLinesThatMatch(result.output,
                    "Gradle Test Executor \\d+ -> static out",
                    "Gradle Test Executor \\d+ -> static err",
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Mar 25 18:51:39 UTC 2024
    - 10.9K bytes
    - Viewed (0)
  9. src/math/big/int_test.go

    }
    
    func BenchmarkBitset(b *testing.B) {
    	z := new(Int)
    	z.SetBit(z, 512, 1)
    	b.ResetTimer()
    	for i := b.N - 1; i >= 0; i-- {
    		z.SetBit(z, i&512, 1)
    	}
    }
    
    func BenchmarkBitsetNeg(b *testing.B) {
    	z := NewInt(-1)
    	z.SetBit(z, 512, 0)
    	b.ResetTimer()
    	for i := b.N - 1; i >= 0; i-- {
    		z.SetBit(z, i&512, 0)
    	}
    }
    
    func BenchmarkBitsetOrig(b *testing.B) {
    	z := new(Int)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 18:42:28 UTC 2024
    - 58.5K bytes
    - Viewed (0)
  10. test/fixedbugs/issue5125.go

    // compiledir
    
    // Copyright 2013 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.
    
    // Issue 5125: cyclic dependencies between types confuse
    // the hashability test during import.
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Apr 03 06:18:30 UTC 2013
    - 288 bytes
    - Viewed (0)
Back to top