WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

Re: [Xen-users] CPU's vs. VCPUS

To: matthewh <matt@xxxxxxxxxxxxx>
Subject: Re: [Xen-users] CPU's vs. VCPUS
From: Christian Horn <chorn@xxxxxxxxxxxx>
Date: Fri, 5 Oct 2007 21:23:25 +0200
Cc: xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Fri, 05 Oct 2007 12:24:14 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <13010514.post@xxxxxxxxxxxxxxx>
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
References: <13010514.post@xxxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mutt/1.5.13 (2006-08-11)
On Tue, Oct 02, 2007 at 04:49:17PM -0700, matthewh wrote:
> 
> I have a dual - Quad Core Intel 5535 VT 2.66 server, with 24G ram running
> CentOS5 dom0 and domU (both 64 bit). Everything works great and I am VERY
> impressed with the efficiency of Xen (i have always been a UML man). I would
> however, like to run a single domU domain, with a single VCPU, but get the
> power of say, 7 cores, leaving 1 to the dom0 instance. First off, I would
> like to know if this is possible.

If this would work it could be the answer to all scaling problems, just
add cores together and present this as one to the domU.
Cant work if you imagine that there get instructions computed on multiple
cores simultaneously, you cant 'shuffle those instructions around to
present it as one fast core' to the domU.

> cpus="0-7"
"the domU can run on the physical cores numbered 0-7"

> vcpus=1
"present one logical core to the domU"

is what you are saying in the config.


Christian

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

<Prev in Thread] Current Thread [Next in Thread>