I have a CentOS 6 host for several KVM VMs with FreeBSD as guest.

I want to bind each VM to use no more than one core at once. What would you suggest to use, Cgroups or Tasksets?

link|improve this question

79% accept rate
feedback

1 Answer

I think cgroups are the preferred method with EL6 now, especially with virtualization. Taskset is best for individual processes, but cgroups are closer to the notion of shielding/containers.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.