Wu Fengguang <fengguang.wu@xxxxxxxxx> writes: > Maybe turn off KSM? It helps to isolate problems. It's a relative new > and complex feature after all. Good idea! I'll give that a go on one of the machines without swap at the moment, re-add the swap with ksm turned off, and see what happens. > > However, your suggestion is right that the CPU loads on these machines are > > typically quite high. The large number of kvm virtual machines they run mean > > thatl oads of eight or even sixteen in /proc/loadavg are not unusual, and > > these are higher when there's swap than after it has been removed. I assume > > this is mostly because of increased IO wait, as this number increases > > significantly in top. > > iowait = CPU (idle) waiting for disk IO > > So iowait means not CPU load, but somehow disk load :) Sorry, yes, I wrote very unclearly here. What I should have written is that the load numbers are fairly high even without swap, when the IO wait figure is pretty small. This is presumably normal CPU load from the guests. The load average rises significantly when swap is added, but I think that rise is due to an increase in processes waiting for IO (io wait %age increases considerably) rather than extra CPU work. Presumably this is the IO from swapping. Cheers, Chris. -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxxx For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>