Version: unspecified (using KDE 4.6.0) OS: Linux KDE is badly affecting performance of RAID10. dd is reading disk with speed 353 MB/s if system is booted with non-KDE e.g. IceWM. If KDE is started, speed drops to approx. 180-190 MB/s. Any disk operations are obviously slower. Logout from KDE, don't restore speed. Reproducible: Didn't try Steps to Reproduce: echo 3 > /proc/sys/vm/drop_caches dd if=/dev/md2 of=/dev/null bs=4M count=128 Actual Results: 128+0 records in 128+0 records out 536870912 bytes (537 MB) copied, 2.94772 s, 182 MB/s Expected Results: 128+0 records in 128+0 records out 536870912 bytes (537 MB) copied, 1.52247 s, 353 MB/s
Can you check with "top" if there are any KDE processes consuming CPU cycles?
top is only process with non-zero CPU usage
I found that one of following daemons, which are started by KDE, is causing it. /usr/libexec/udisks-daemon /usr/libexec/upowerd /usr/libexec/polkitd After renaming, perf drop doesn't happen.
Thanks for the update. Reassigning to solid developers for further inspection.
There is possibly related kernel bug https://bugzilla.kernel.org/show_bug.cgi?id=15241
If it's udisks, you should really report it somewhere else :)