Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 10 of 13 for concurrent (0.05 seconds)

  1. docs/en/docs/img/async/concurrent-burgers/concurrent-burgers-05.png

    concurrent-burgers-05.png...
    Created: Sun Dec 28 07:19:09 GMT 2025
    - Last Modified: Wed Aug 17 10:48:05 GMT 2022
    - 156.1K bytes
    - Click Count (0)
  2. docs/en/docs/img/async/concurrent-burgers/concurrent-burgers-03.png

    concurrent-burgers-03.png...
    Created: Sun Dec 28 07:19:09 GMT 2025
    - Last Modified: Wed Aug 17 10:48:05 GMT 2022
    - 168.9K bytes
    - Click Count (0)
  3. docs/en/docs/img/async/concurrent-burgers/concurrent-burgers-04.png

    concurrent-burgers-04.png...
    Created: Sun Dec 28 07:19:09 GMT 2025
    - Last Modified: Wed Aug 17 10:48:05 GMT 2022
    - 159.6K bytes
    - Click Count (0)
  4. docs/en/docs/img/async/concurrent-burgers/concurrent-burgers-07.png

    concurrent-burgers-07.png...
    Created: Sun Dec 28 07:19:09 GMT 2025
    - Last Modified: Wed Aug 17 10:48:05 GMT 2022
    - 166K bytes
    - Click Count (0)
  5. docs/en/docs/img/async/concurrent-burgers/concurrent-burgers-01.png

    concurrent-burgers-01.png...
    Created: Sun Dec 28 07:19:09 GMT 2025
    - Last Modified: Wed Aug 17 10:48:05 GMT 2022
    - 198.6K bytes
    - Click Count (0)
  6. docs/en/docs/img/async/concurrent-burgers/concurrent-burgers-02.png

    concurrent-burgers-02.png...
    Created: Sun Dec 28 07:19:09 GMT 2025
    - Last Modified: Wed Aug 17 10:48:05 GMT 2022
    - 163.1K bytes
    - Click Count (0)
  7. docs/en/docs/img/async/concurrent-burgers/concurrent-burgers-06.png

    concurrent-burgers-06.png...
    Created: Sun Dec 28 07:19:09 GMT 2025
    - Last Modified: Wed Aug 17 10:48:05 GMT 2022
    - 161K bytes
    - Click Count (0)
  8. cmd/admin-handlers.go

    	// if we do run out of capacity, make sure to turn-off autotuning
    	// in such situations.
    	if autotune {
    		newConcurrent := concurrent + (concurrent+1)/2
    		autoTunedCapacityNeeded := uint64(newConcurrent * size)
    		if capacity < autoTunedCapacityNeeded {
    			// Turn-off auto-tuning if next possible concurrency would reach beyond disk capacity.
    			return true, false, ""
    		}
    	}
    
    	return true, autotune, ""
    }
    
    Created: Sun Dec 28 19:28:13 GMT 2025
    - Last Modified: Sun Sep 28 20:59:21 GMT 2025
    - 99.7K bytes
    - Click Count (0)
  9. .teamcity/test-buckets.json

              "test-suites-base",
              "testing-jvm"
            ],
            "parallelizationMethod": {
              "name": "TestDistribution"
            }
          },
          {
            "subprojects": [
              "concurrent",
              "daemon-protocol",
              "daemon-server-worker",
              "functional",
              "internal-instrumentation-api",
              "java-api-extractor",
              "java-compiler-plugin",
    Created: Wed Dec 31 11:36:14 GMT 2025
    - Last Modified: Fri Aug 01 00:23:04 GMT 2025
    - 119.4K bytes
    - Click Count (0)
  10. cmd/metrics-v2.go

    			metrics = append(metrics, MetricV2{
    				Description: MetricDescription{
    					Namespace: minioNamespace,
    					Subsystem: notifySubsystem,
    					Name:      "current_send_in_progress",
    					Help:      "Number of concurrent async Send calls active to all targets (deprecated, please use 'minio_notify_target_current_send_in_progress' instead)",
    					Type:      gaugeMetric,
    				},
    				Value: float64(nstats.CurrentSendCalls),
    			})
    Created: Sun Dec 28 19:28:13 GMT 2025
    - Last Modified: Sun Sep 28 20:59:21 GMT 2025
    - 133.6K bytes
    - Click Count (0)
Back to Top