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

File too large #36

Open
tkaitchuck opened this issue Sep 5, 2020 · 0 comments
Open

File too large #36

tkaitchuck opened this issue Sep 5, 2020 · 0 comments

Comments

@tkaitchuck
Copy link

I attempted to start playing around with rio and grabbed the example: https://docs.rs/rio/0.9.4/rio/#examples
and modified it to call write_at_ordered instead of write_at and specify and order of Ordering::Link.

This promptly crashes with the error

Error: Os { code: 27, kind: Other, message: "File too large" }

I thought maybe the fact that the file was 4gb might be related and changed the code to write a smaller file, but this also failed the same error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant