https://bugs.kde.org/show_bug.cgi?id=478457

--- Comment #7 from Eddie J Carswell II <eddiecarswel...@yahoo.com> ---
After putting a wrapper around it, it seems to behaving itself quite nicely.
Thumbnail generation is somewhat slower, but it doesn't seem problematic
anymore. I had it using idle priority in this case, but I could test it with
other combinations.

> $  cat /usr/libexec/kf5/kioslave5
> #!/bin/sh
> exec nice -n 19 ionice -c 3 $0.orig "$@"
> $  ll /usr/libexec/kf5/kioslave5*
> -rwxr-xr-x. 1 root root    51 Dec 14 23:23 /usr/libexec/kf5/kioslave5
> -rwxr-xr-x. 1 root root 16088 Oct  9 20:00 /usr/libexec/kf5/kioslave5.orig

We're back to single digit iowait now even with the thumbnail generation
running on a large remote directory.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to