You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 ofwrite_at
and specify and order ofOrdering::Link
.This promptly crashes with the error
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.
The text was updated successfully, but these errors were encountered: