Ionice
Why aren’t you using ionice yet??? Fried CPU
ionice seems to be the equivalent of nice but for disk access. This could be useful for things that use a lot of disk IO but you do not want to effect the running of the rest of the system.
Example:
sudo ionice -c3 -ppid
ionice seems to be the equivalent of nice but for disk access. This could be useful for things that use a lot of disk IO but you do not want to effect the running of the rest of the system.
Example:
sudo ionice -c3 -ppid
Comments