- Sort Score
- Num 10 results
- Language All
Results 41 - 50 of 155 for smaller (0.23 seconds)
-
src/archive/tar/testdata/small.txt
Russ Cox <******@****.***> 1410149331 -0400
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Mon Sep 08 04:08:51 GMT 2014 - 5 bytes - Click Count (0) -
src/archive/tar/testdata/gnu.tar
small.txt Kilts small2.txt Google.com...
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Mon Sep 08 04:08:51 GMT 2014 - 3K bytes - Click Count (0) -
internal/grid/README.md
It includes built in muxing of concurrent requests as well as congestion handling for streams. Requests can be "Single Payload" or "Streamed". Use the MinIO Grid for: * Small, frequent requests with low latency requirements. * Long-running requests with small/medium payloads. Do *not* use the MinIO Grid for: * Large payloads. Only a single connection is ever made between two servers.
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Fri Oct 10 18:57:03 GMT 2025 - 9.4K bytes - Click Count (0) -
src/archive/tar/testdata/xattrs.tar
small.txt Kilts small2.txt Google.com...
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Mon Sep 08 04:08:51 GMT 2014 - 5K bytes - Click Count (0) -
src/archive/tar/testdata/v7.tar
small.txt Kilts small2.txt Google.com...
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Mon Sep 08 04:08:51 GMT 2014 - 3.5K bytes - Click Count (0) -
src/archive/tar/testdata/writer.tar
small.txt Kilts small2.txt Google.com link.txt...
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Mon Sep 08 04:08:51 GMT 2014 - 3.5K bytes - Click Count (0) -
src/archive/tar/reader_test.go
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Mon Dec 15 16:34:13 GMT 2025 - 47.5K bytes - Click Count (0) -
cmd/erasure.go
func getStorageInfo(disks []StorageAPI, endpoints []Endpoint, metrics bool) StorageInfo { disksInfo := getDisksInfo(disks, endpoints, metrics) // Sort so that the first element is the smallest. sort.Slice(disksInfo, func(i, j int) bool { return disksInfo[i].TotalSpace < disksInfo[j].TotalSpace }) storageInfo := StorageInfo{ Disks: disksInfo, }
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Sun Sep 28 20:59:21 GMT 2025 - 16.1K bytes - Click Count (0) -
docs/tuning/tuned.conf
# Force writeback at 10% memory vm.dirty_ratio=10 # Quite a few memory map # areas may be consumed vm.max_map_count=524288 # Default is 500000 = 0.5ms kernel.sched_migration_cost_ns=5000000 # stalled hdd io threads kernel.hung_task_timeout_secs=85 # network tuning for bigger throughput net.core.netdev_max_backlog=250000 net.core.somaxconn=16384 net.ipv4.tcp_syncookies=0 net.ipv4.tcp_max_syn_backlog=16384
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Fri Jul 12 23:31:18 GMT 2024 - 1.9K bytes - Click Count (0) -
tensorflow/c/c_api_experimental.h
// The returned string is heap-allocated, and caller should call free() on it. TF_CAPI_EXPORT extern const char* TF_GraphDebugString(TF_Graph* graph, size_t* len); // Returns the function content in a human-readable format, with length set in // `len`. The format is subject to change in the future. // The returned string is heap-allocated, and caller should call free() on it. //
Created: Tue Dec 30 12:39:10 GMT 2025 - Last Modified: Thu Apr 27 21:07:00 GMT 2023 - 15.1K bytes - Click Count (0)