scripts icon indicating copy to clipboard operation
scripts copied to clipboard

nice for rclone

Open tcf909 opened this issue 7 years ago • 0 comments

From experience running plex / rclone on kubernetes you should make sure that you run nice when running rclone (especially with encrypted volumes):

nice -n -10 rclone mount (etc....)

tcf909 avatar Apr 25 '17 06:04 tcf909