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-research

[Xen-research] Fwd: Error: xc_dom_boot_mem_init: can't allocate low memo

To: Omer Khalid <Omer.Khalid@xxxxxxx>
Subject: [Xen-research] Fwd: Error: xc_dom_boot_mem_init: can't allocate low memory for domain
From: Omer Khalid <Omer.Khalid@xxxxxxx>
Date: Wed, 2 Dec 2009 19:41:23 +0100
Cc:
Delivery-date: Wed, 02 Dec 2009 16:27:35 -0800
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to :content-type; bh=DP6HmhzQUnQVOUIc16pNjqzk8+aAHXkdfiPRgXX3C8g=; b=a3sjQgsdy2z1sdmkg0AHKaSBGVdvKgxFbq9XRoEy1Gv6uRYrrlZy8vyRJ8AfXAefNN wfvKqcfZfcRB6ltJG2Ket9Lre8CxjoQGean1SYmOm10G2QYYUGOxX7zypzYS83OA76cu 3CuKMv8HUHCDlGVeH3TSvXGCUWJ7RFYLuU0fk=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; b=js6VTKRDUqZp1uxMMAGaatj3NKAHAYHAKtm5+wmT9FrUvdjsJMNCuMqVl4rNG+wYgZ Zl8hDE/iIOXGMZouebd1GaNNYQl9VVLzYpRh3TQ6gG/UvN4/NFmhBEPdwqxZuRc0MmME qS4GKtbne9K/nlWjBCYK6hKwy6hXdc+dygnao=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <77e5896b0912010547k164689eds838c1fdf6f986acc@xxxxxxxxxxxxxx>
List-help: <mailto:xen-research-request@lists.xensource.com?subject=help>
List-id: Research Issues on Xen <xen-research.lists.xensource.com>
List-post: <mailto:xen-research@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-research>, <mailto:xen-research-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-research>, <mailto:xen-research-request@lists.xensource.com?subject=unsubscribe>
References: <77e5896b0912010547k164689eds838c1fdf6f986acc@xxxxxxxxxxxxxx>
Sender: xen-research-bounces@xxxxxxxxxxxxxxxxxxx



Hi,

We have Xen 3.1.2 installed on RHEL5 machine and the dom0 have 1GB RAM where as the available memory available on the server is 8GB.

I am having a problem in starting up a VM with the following configuration:
name = "slc5Test"
ip = "xxx.xxx.xxx.xxx"
hostname = "some.domain.somewhere"
memory = "1024"
disk = ['phy:/dev/VolGroup00/slc4TestRoot,xvda1,w','phy:/dev/VolGroup00/slc4TestSwap,xvda2,w']
root= "/dev/xvda1 ro"
vif = [ '' ]
gateway= "xxx.xxx.1.1"
netmask = "255.255.0.0"
on_reboot   = 'restart'
on_crash    = 'restart'
>
bootloader = '/usr/bin/pygrub'

The error I am getting with "xm create -f config_file" is the following:
Error: (4, 'Out of memory', "xc_dom_boot_mem_init: can't allocate low memory for domain\n")

I looked up in some of the mailing list archives and found that some people had problems but didn't come across how to fix this. 

Any help would be much appreciated.

Many thanks,
Omer

_______________________________________________
Xen-research mailing list
Xen-research@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/mailman/listinfo/xen-research
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-research] Fwd: Error: xc_dom_boot_mem_init: can't allocate low memory for domain, Omer Khalid <=