ok, I've found a possible fix for my I/O trhashing.
If I change my "vm.swappiness" value from the default of 60 to 95 it seems to help?
I run this at boot time:
Code:
sysctl -q -w vm.swappiness=95
However, it totally fills my swap space up
Code:
top - 12:34:33 up 20 min, 1 user, load average: 0.24, 0.14, 0.10
Tasks: 104 total, 1 running, 103 sleeping, 0 stopped, 0 zombie
Cpu(s): 1.0%us, 1.0%sy, 0.1%ni, 95.9%id, 1.9%wa, 0.0%hi, 0.0%si, 0.2%st
Mem: 553176k total, 537280k used, 15896k free, 2480k buffers
Swap: 262136k total, 218204k used, 43932k free, 297812k cached
But it seems to have reduced my disk IO
I'll keep an eye on it.
Rich