Comment 1 for bug 1707085

Revision history for this message
Sean Dague (sdague) wrote :

Self over allocating VCPUs is not a good idea. If your machine only has 4 CPUs and you expose that as 5 CPUs to a guest, you'll get pathologically bad performance as the guest tries to optimize workloads across those, which are causing cache flushes in the CPUs below.

Definitely in the Won't Fix category