light-speed-io icon indicating copy to clipboard operation
light-speed-io copied to clipboard

Splits reads of more than 2 GiBytes into multiple reads

Open JackKelly opened this issue 5 months ago • 0 comments

On Linux, read will transfer at most 2,147,479,552 bytes (even on 64-bit systems). See the manual for read. LSIO should automatically split large reads into multiple smaller reads.

Related

  • #97

JackKelly avatar Mar 12 '24 19:03 JackKelly