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
The issue is that the kernel has a feature that could be used to give creek's reader thread priority access to the storage device but this is not being taken advantage of currently.
https://www.kernel.org/doc/html/latest/block/ioprio.html#scheduling-classes
Unfortunately it seems there isn't currently a way to set a thread's ionice with Rust.
The text was updated successfully, but these errors were encountered: