Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Splits reads of more than 2 GiBytes into multiple reads #99

Open
JackKelly opened this issue Mar 12, 2024 · 0 comments
Open

Splits reads of more than 2 GiBytes into multiple reads #99

JackKelly opened this issue Mar 12, 2024 · 0 comments
Labels
bug Something isn't working usability Make things more user-friendly

Comments

@JackKelly
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working usability Make things more user-friendly
Projects
Status: Todo
Development

No branches or pull requests

1 participant