|
Limit disk I/O for a process
Hi.
I've to run a backup process, which *highly* loads the system, it makes a lot of disk i/o and I want to reduce it so that the entire system doesn't become unresponsive.
I've tried reducing the priority with the "nice" command but it doesn't work for me, because as far as I know, the kernel automatically increases priority to i/o processes.
Any idea ??
Thanks.
|