Beiträge von Hirsch2k

    The speed came from the newer kernel, because CPU usage now is about 25% before about 60%. I think the bottleneck now is the PCI SATA controller. Setting thread count to 2 or higher actually decreases performance.

    Hello all,


    I'm running 2.2.5 on a dual core Atom machine and I am just building a RAID 5 array with software raid. Well, the speeds are not amazing. I thought to speed up the array by making the hash calculation multithreaded which should be possible by

    Code
    echo 2 > /sys/block/md127/md/group_thread_cnt

    since Kernel 3.12. But there is no entry group_thread_cnt in the sysfs. Is our kernel build without this or is there a way to enable?


    Thanks