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] memory allocation

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] memory allocation
From: fffffh <fffffh.m@xxxxxxxxx>
Date: Sun, 19 Nov 2006 15:21:45 +0200
Delivery-date: Sun, 19 Nov 2006 05:22:05 -0800
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=d6OuOAKEiLo0MfyTEf32DrO2OXQeat9oSe1ehspJht0AXnqnvhCgOVbr+UIqtf4Z+OBopDNOSequWsnKaP2EHTfS37LgjmI+T3kMkNd1gmV9n1H9qvNWVp7Fs3HzsoolYHD5MsMecUKxATfhROowPMBO5z5s/nmOwgti7NpP2Z0=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
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>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Hello

How Xen  allocate memory between dom0 and domU ?
What (maths) relations are between dom0-min-mem and domU memory ?

grep memory  /etc/xen/vm01-config.sxp
memory=32


xm list
Name                              ID Mem(MiB) VCPUs State  Time(s)
Domain-0                           0       33     1 r-----    16.5

grep dom0-min-mem  /etc/xen/xend-config.sxp
# dom0-min-mem is the lowest memory level (in MB) dom0 will get down to.
# If dom0-min-mem=0, dom0 will never balloon out.
(dom0-min-mem 16)

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] memory allocation, fffffh <=