| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
 Re: [Xen-users] domU minimum and maximum memory
 
To: "Mike Williams" <mike.williams@xxxxxxxxxx>From: "Tim Wood" <twwood@xxxxxxxxx>Date: Thu, 22 Jun 2006 10:26:47 -0400Cc: xen-users@xxxxxxxxxxxxxxxxxxxDelivery-date: Thu, 22 Jun 2006 07:27:25 -0700Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com;	h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references;	b=Lr5zWnyB5HMgGa7Uc+5mn+aEIYIYcTnTPElqG+B5IdtXBQDfJm3qWYk2a45bEngaZo1kejv82P+yK71xs6saWr54OZmv8pcPeyvSzk2CWDJ22KoxQpFCSOeXmR5NpArol/+Z96YMz/jErHccZ9c2lRLo9EdUd+rOyLtSp2c2AMY=List-id: Xen user discussion <xen-users.lists.xensource.com> There is no built in mechanism for this, mostly to make sure you aren't overcommitting the total memory you have in the system.  If you want this kind of functionality you would have to build a script which monitors memory usage on each VM and uses the mem-set command to adjust as necessary.  But that would be fairly tricky.
 
 
 On 6/22/06, Mike Williams <mike.williams@xxxxxxxxxx> wrote:
I see this feature in other virtualization systems, but can't find any mentionof it in Xen.
 Can Xen give a guaranteed minimum amount of ram to a VM, but allow it to take
 more to a certain limit if required?
 The VMs certainly handle having the amount of memory they have changed
 manually with "xm mem-set", so doesn't seem so far fetched an idea.
 
 Thanks
 
 --
 Mike Williams
 System Administration Manager - Comodo
 Office Tel Europe: +44 (0) 161 8747070
 Fax Europe: +44 (0) 161 8771767
 
 _______________________________________________
 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 
 |