Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 198 for hardware (0.2 sec)

  1. cmd/speedtest.go

    				// Following check is for situations
    				// when Writes() scale higher than Reads()
    				// - practically speaking this never happens
    				// and should never happen - however it has
    				// been seen recently due to hardware issues
    				// causes Reads() to go slower than Writes().
    				//
    				// Send such results anyways as this shall
    				// expose a problem underneath.
    				if totalPut > throughputHighestPut {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon May 06 09:45:10 UTC 2024
    - 9.2K bytes
    - Viewed (0)
  2. .teamcity/src/main/kotlin/common/extensions.kt

        doesNotContain("teamcity.agent.name", "EC2")
    }
    
    /**
     * We have some "shared" host where a Linux build agent and a Windows build agent
     * both run on the same bare metal. Some builds require exclusive access to the
     * hardware resources (e.g. performance test).
     */
    fun Requirements.requiresNotSharedHost() {
        doesNotContain("agent.host.type", "shared")
    }
    
    /**
     * This is an undocumented location that forbids anonymous access.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 03 03:39:03 UTC 2024
    - 13.1K bytes
    - Viewed (1)
  3. src/runtime/malloc.go

    	// amd64, addresses are sign-extended beyond heapAddrBits. On
    	// other arches, they are zero-extended.
    	//
    	// On most 64-bit platforms, we limit this to 48 bits based on a
    	// combination of hardware and OS limitations.
    	//
    	// amd64 hardware limits addresses to 48 bits, sign-extended
    	// to 64 bits. Addresses where the top 16 bits are not either
    	// all 0 or all 1 are "non-canonical" and invalid. Because of
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 59.6K bytes
    - Viewed (0)
  4. docs/debugging/README.md

    minio server /data{1...4}
    ```
    
    The command takes no flags
    
    ```sh
    mc support diagnostics myminio/
    ```
    
    The output printed will be of the form
    
    ```sh
    ● Admin Info ... ✔ 
    ● CPU ... ✔ 
    ● Disk Hardware ... ✔ 
    ● Os Info ... ✔ 
    ● Mem Info ... ✔ 
    ● Process Info ... ✔ 
    ● Config ... ✔ 
    ● Drive ... ✔ 
    ● Net ... ✔ 
    *********************************************************************************
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Feb 25 01:17:53 UTC 2022
    - 8.7K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/quantization/tensorflow/quantization_options.proto

    // None, the default configuration is "do not quantize the model".
    // 2) A set of supported operations.
    // 3) Unit wise quantization precision.
    // 4) Target hardware name.
    // NEXT ID: 18
    message QuantizationOptions {
      // The default quantization configuration for the model. If the below
      // unit-wise configuration does not exist, we use this quantization
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 19 06:31:19 UTC 2024
    - 9.2K bytes
    - Viewed (0)
  6. src/cmd/compile/internal/ssa/magic.go

    // x can be at most 2^n-1 and delta can be at most 1.
    // So it is sufficient to have 2^e >= 2^n*c.
    // So we'll choose e = n + s, with s = ⎡log2(c)⎤.
    //
    // An additional complication arises because m has n+1 bits in it.
    // Hardware restricts us to n bit by n bit multiplies.
    // We divide into 3 cases:
    //
    // Case 1: m is even.
    //   ⎣x / c⎦ = ⎣x * m / 2^(n+s)⎦
    //   ⎣x / c⎦ = ⎣x * (m/2) / 2^(n+s-1)⎦
    //   ⎣x / c⎦ = ⎣x * (m/2) / 2^n / 2^(s-1)⎦
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 26 19:58:25 UTC 2024
    - 15.8K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/sys/unix/zsysctl_openbsd_amd64.go

    	{"kern.sysvipc_info", []_C_int{1, 51}},
    	{"kern.sysvmsg", []_C_int{1, 34}},
    	{"kern.sysvsem", []_C_int{1, 35}},
    	{"kern.sysvshm", []_C_int{1, 36}},
    	{"kern.timecounter.choice", []_C_int{1, 69, 4}},
    	{"kern.timecounter.hardware", []_C_int{1, 69, 3}},
    	{"kern.timecounter.tick", []_C_int{1, 69, 1}},
    	{"kern.timecounter.timestepwarnings", []_C_int{1, 69, 2}},
    	{"kern.timeout_stats", []_C_int{1, 87}},
    	{"kern.tty.tk_cancc", []_C_int{1, 44, 4}},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 11.9K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/sys/unix/zsysctl_openbsd_arm.go

    	{"kern.sysvipc_info", []_C_int{1, 51}},
    	{"kern.sysvmsg", []_C_int{1, 34}},
    	{"kern.sysvsem", []_C_int{1, 35}},
    	{"kern.sysvshm", []_C_int{1, 36}},
    	{"kern.timecounter.choice", []_C_int{1, 69, 4}},
    	{"kern.timecounter.hardware", []_C_int{1, 69, 3}},
    	{"kern.timecounter.tick", []_C_int{1, 69, 1}},
    	{"kern.timecounter.timestepwarnings", []_C_int{1, 69, 2}},
    	{"kern.timeout_stats", []_C_int{1, 87}},
    	{"kern.tty.tk_cancc", []_C_int{1, 44, 4}},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 11.9K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/sys/unix/zsysctl_openbsd_386.go

    	{"kern.sysvipc_info", []_C_int{1, 51}},
    	{"kern.sysvmsg", []_C_int{1, 34}},
    	{"kern.sysvsem", []_C_int{1, 35}},
    	{"kern.sysvshm", []_C_int{1, 36}},
    	{"kern.timecounter.choice", []_C_int{1, 69, 4}},
    	{"kern.timecounter.hardware", []_C_int{1, 69, 3}},
    	{"kern.timecounter.tick", []_C_int{1, 69, 1}},
    	{"kern.timecounter.timestepwarnings", []_C_int{1, 69, 2}},
    	{"kern.timeout_stats", []_C_int{1, 87}},
    	{"kern.tty.tk_cancc", []_C_int{1, 44, 4}},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 11.9K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/sys/unix/zsysctl_openbsd_mips64.go

    	{"kern.sysvipc_info", []_C_int{1, 51}},
    	{"kern.sysvmsg", []_C_int{1, 34}},
    	{"kern.sysvsem", []_C_int{1, 35}},
    	{"kern.sysvshm", []_C_int{1, 36}},
    	{"kern.timecounter.choice", []_C_int{1, 69, 4}},
    	{"kern.timecounter.hardware", []_C_int{1, 69, 3}},
    	{"kern.timecounter.tick", []_C_int{1, 69, 1}},
    	{"kern.timecounter.timestepwarnings", []_C_int{1, 69, 2}},
    	{"kern.timeout_stats", []_C_int{1, 87}},
    	{"kern.tty.tk_cancc", []_C_int{1, 44, 4}},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 11.9K bytes
    - Viewed (0)
Back to top