Re: builder io isue

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Just to make sure we're not needlessly suffering, on my fileserver at
least (raid5) I found it to be MUCH faster if I increase the raid
stripe cache:

# boost the raid5 cache size, default is 256
for i in /sys/block/md*/md/stripe_cache_size
do
  echo 4096 > $i
done

This doesn't help with simple striping, but it helps a lot with
redundancy.

Also, you should check the dirty ratios (/proc/sys/vm/dirty_*) to make
sure (1) there's enough buffer to speed things up, but (2) not so much
that a flush (or even a read!) causes a long lockup.

Buying more RAM might help too.
_______________________________________________
arm mailing list
arm@xxxxxxxxxxxxxxxxxxxxxxx
https://admin.fedoraproject.org/mailman/listinfo/arm



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Linux ARM (Vger)]     [Linux ARM]     [ARM Kernel]     [Fedora User Discussion]     [Older Fedora Users Discussion]     [Fedora Advisory Board]     [Fedora Security]     [Fedora Maintainers]     [Fedora Devel Java]     [Fedora Legacy]     [Fedora Desktop]     [ATA RAID]     [Fedora Marketing]     [Fedora Mentors]     [Fedora Package Announce]     [Fedora Package Review]     [Fedora Music]     [Fedora Packaging]     [Centos]     [Fedora SELinux]     [Coolkey]     [Yum Users]     [Tux]     [Yosemite News]     [Linux Apps]     [KDE Users]     [Fedora Tools]     [Fedora Art]     [Fedora Docs]     [Asterisk PBX]

Powered by Linux