How to be nice... to I/O on Linux
One place Linux could still use some work is I/O scheduling. By default it's quite possible for one task to crater your system because it's churning through a lot of data. You can fix this both ahead of time and while a task is running with ionice.
- Read more about How to be nice... to I/O on Linux
- Log in or register to post comments