- Most Recent |
24 hours |
7 days |
30 days |
365 days |
HowFlow —
We all know it: there are daily or weekly cron jobs to index the man pages or the whole filesystem and Gentoo users do an 'emerge --sync' almost daily, but those I/O-heavy tasks are slowing down the Linux computer, especially with the current I/O schedulers.
Posted by
aroedl 5 months ago
aroedl 5 months ago 









Comments
Does this still work only if you're using the CFQ scheduler as well?
Sure. It works with every of the three I/O schedulers (Anticipatory, Deadline and CFQ) we have on Linux.
Sau nice! :-)
I just want to ask (although I'm not very sure it's the right place, but anyway): do you know if there is a way of doing something like this to automatically renice copy processes? I'm using KDE, and copying large files from one partition to another makes the system very slow (the same goes for the 'find' command). A script or something similar?
You could set up an alias, but it wouldn't help anyways, because the KDE applications are using the glibc to copy files. They are not just a front end for 'cp'. You could try to start your KDE application like this: ionice -c3 konqueror.
Please login to comment.