2008/9/11 Steve Lorimer <[EMAIL PROTECTED]>: > Hello, all, > I have what should be a simple question concerning KVM. Is there a way to > limit cpu usage for a KVM guest? In other words, if I am running four guest > servers and something on one of them begins to use a ton of cpu, I don't > really want it to slow down all the others. Is the only way to do this by > limiting it to one cpu core? Granted, I would prefer that it have access to > full computing power if no other guest needs it. Thanks for any advice.
You can use standard linux process utilities. Check out nice, ionice and taskset. nice to set process priority ionice to set I/O priority taskset to set CPU affinity -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html
