From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ralph Passgang Subject: Re: dom0_mem more flexible? Date: Fri, 13 Jan 2006 17:16:04 +0100 Message-ID: <200601131716.04667.ralph@debianbase.de> References: <200601131458.17312.marcus.hardt@iwr.fzk.de> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <200601131458.17312.marcus.hardt@iwr.fzk.de> Content-Disposition: inline List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org thats supported in xen3... just don't assign memory to your dom0 by don't using the dom0_mem boot parameter and your dom0 will use almost the complete available RAM. If you start domU's, then the required amount of RAM is ballooned out of dom0 and will be used in your domU automaticlly. The minimum amount of RAM, which dom0 will keep is configured in /etc/xen/xend-config.sxp. --Ralph Am Freitag, 13. Januar 2006 14:58 schrieb Marcus Hardt: > Hi There, > > just a short question about dom0_mem: It would be nice for me if it was > more flexible, i.e. run my WS in dom0 with all the RAM available and only > reducing that RAM whenever I want to start a domU. > > Is this supported? > Is this planned? > > Thank you,