minio/internal/config/api
Harshavardhana 70e1cbda21
allow disabling O_DIRECT in certain environments for reads (#14115)
repeated reads on single large objects in HPC like
workloads, need the following option to disable
O_DIRECT for a more effective usage of the kernel
page-cache.

However this optional should be used in very specific
situations only, and shouldn't be enabled on all
servers.

NVMe servers benefit always from keeping O_DIRECT on.
2022-01-17 08:34:14 -08:00
..
api.go allow disabling O_DIRECT in certain environments for reads (#14115) 2022-01-17 08:34:14 -08:00
help.go allow disabling O_DIRECT in certain environments for reads (#14115) 2022-01-17 08:34:14 -08:00