|
|
|
|
|
|
|
|
|
|
xen-devel
RE: [Xen-devel] A question no one can answer
Weiming,
I agree that it is very hard, and that no one has done it.
But nevertheless I suggest the following question to the Xen
developers:
Given the fact that memory bandwidth is shared amongst
multiple cores on a single die, assume that one VM is running on each core. What
is to stop one VM from saturating the memory bus, causing reduced performance of
all the other VMs? This is the general multi-core problem, not specific to
Xen. But it affects Xen greatly. What use is it to allocate memory to a VM if it
can't use the memory because a process of another VM has saturated the memory
bus?
Thank you,
Robert
You mean QoS on memory bandwidth? It's an interesting question.
(there are similar problems like QoS on shared L2)
I think it's hard to
do. Even for a native OS, it may only control this indirectly by
adjusting the CPU time slice. And I don't think any commercial OS has
implemented such feature yet.
Weiming
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|