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

[Xen-users] minimal CPU and MEM needed for dom0 hosting iSCSI domUs?

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] minimal CPU and MEM needed for dom0 hosting iSCSI domUs?
From: Scott Classen <sclassen@xxxxxxx>
Date: Thu, 9 Dec 2010 16:51:41 -0800
Delivery-date: Thu, 09 Dec 2010 16:53:54 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
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>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Hello,

A quick question about whether I've over allocated resources to dom0.

Hardware:
Single Intel Xeon L5630 2.13GHz 4 cores 8 threads
12GB RAM
three 8GB iSCSI LUNs hosted on NetApp filer


I've installed CentOS 5.5 x86_64 xen on dom0 allocated 1024M RAM and 2 VCPUs

~~~~ from grub.conf ~~~~~~
kernel /xen.gz-2.6.18-194.26.1.el5 dom0_mem=1024M dom0_max_vcpus=2 
dom0_vcpus_pin


I have 3 domUs also running CentOS 5.5 with ~2GB RAM and 2 VCPUs



~~~~~~ example of xen config file ~~~~~~
name="xen1"
memory="2048"
maxmem="2750"
disk=[ "phy:/dev/sdb,xvda,w" ]
vif=[ "mac=00:16:3e:00:00:01,bridge=xenbr0,script=vif-bridge" ]
vcpus="2"
cpus="2-7"
bootloader="/usr/bin/pygrub"
on_poweroff="destroy"
on_reboot="restart"
on_crash="restart"



Now when I stress out the 3 domUs using


stress --cpu 10 --io 10 --vm 10 --timeout 360s


I generate tremendous load on the domUs, but nothing on dom0. there is 
practically no CPU activity, load, or memory usage on dom0.

If I'm using iSCSI disks for the domUs then is there any reason to dedicate 
resources to dom0? what else is dom0 doing? could I get away with 1 VCPU and 
256M RAM?

Cheers,
Scott




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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] minimal CPU and MEM needed for dom0 hosting iSCSI domUs?, Scott Classen <=