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] vcpus and the virtual machine manager

To: Mike Sievers <saturngeist@xxxxxxxxxxxxxx>
Subject: Re: [Xen-users] vcpus and the virtual machine manager
From: Diego Dave <diego.dave.s@xxxxxxxxx>
Date: Thu, 25 Aug 2011 19:56:09 +0200
Cc: xen-users <Xen-users@xxxxxxxxxxxxxxxxxxx>
Delivery-date: Thu, 25 Aug 2011 11:29:49 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=ZB02jzXlVJPCdHSeDLz2foJ0c5+RKWluphyGrXzSpVM=; b=DYdrVeZmLmlp1mCPlKNgZ14hIleB0oMBCgLQHuXA2iF34awjJTRNKcgsHA1byDY5OU zhWlWKUVzGy4s8y+2tXTWWUPGn2lCbxOz1bqVq4lVcJ25L71e5YaBUCDsffd6OUiLp5e laeYuMtl/YlW1fsbCOOA4ks+PotSh8nwdv2+c=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <CALBpTabaC=dSAwotT=8wkdvmMrpdOSK4NbRjbPVniiVPCMrJUg@xxxxxxxxxxxxxx>
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/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
References: <CALBpTabaC=dSAwotT=8wkdvmMrpdOSK4NbRjbPVniiVPCMrJUg@xxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Hi Mike,

"vcpus" option set the virtual cpus, not the physical cpus to use.

If your server have 8 cpus, they are numbered from 0 to 7.

If you want to assign the last 4 physical cpus, you must add to the
DomU cfg file the option "cpus = '4-7'. Then you can see the assigning
using "xm vcpu-list" in command line.

Is very good practice to manage the cpu assigning, it increases the
performance of VMs, and avoid problems when sharing cpus, like
freezing because of I/O events.

Regards,

Diego

2011/8/25 Mike Sievers <saturngeist@xxxxxxxxxxxxxx>:
> Hi List,
>
> with vcpus=4 I can choose the number of cpus.
>
> My virtual machine manager GUI shows:
> Maximum allocation: 2
> Host CPUs: 8
>
> How do I increase the maximum allocations?
>
> Best,
> Mike
>
> _______________________________________________
> Xen-users mailing list
> Xen-users@xxxxxxxxxxxxxxxxxxx
> http://lists.xensource.com/xen-users
>

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