mirror of
https://github.com/minio/minio.git
synced 2025-11-09 21:49:46 -05:00
increase drive OBD blocksize to 4MB (#9258)
This commit is contained in:
@@ -79,7 +79,7 @@ func GetOBDInfo(ctx context.Context, endpoint string) (Latency, Throughput, erro
|
||||
// }
|
||||
// }
|
||||
|
||||
blockSize := 1 * mb
|
||||
blockSize := 4 * mb
|
||||
fileSize := 256 * mb
|
||||
|
||||
latencies := make([]float64, fileSize/blockSize)
|
||||
|
||||
Reference in New Issue
Block a user