Skip to main content

NFS_SENDFILE_MIN_SIZE

Constant NFS_SENDFILE_MIN_SIZE 

Source
pub const NFS_SENDFILE_MIN_SIZE: u64 = 65_536;
Expand description

Minimum file size to activate the NFS sendfile fast-path (64 KiB). Below this, io_uring overhead is negligible and sendfile adds no benefit.