Skip to main content

disk io

copying a file slows down your linux system?

Posted in

In my case, I was working on a very busy web server and when trying to copy a 500GB file, the sites were slowing down really bad.

There is a handy tool which you can use to lower the priority on disk usage for specified processes called 'ionice'.

There are 3 levels of priority:
1 - real time
2 - best effort
3 - idle

If you need more help on the topic feel free to add a comment or create a new post on the Forum

Syndicate content