|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] cannot allocate memory
On 20 Jan 2007 at 0:37, Mihamina Rakotomandimby (R12y) wrote:
> Hi,
> I have Xen 3.0.3 on an opensuse 10.2.
> This is the status of my memory:
>
> mihamina@asus:~> free
> total used free shared buffers cached
> Mem: 1777664 1769308 8356 0 16288 673308
> Swap: 6626728 60 6626668
>
>
> Whne I create a ("256M RAM", "1 vcpu") domU:
> [...]
> Error: (12, 'Cannot allocate memory')
> [...]
>
> Well. The message is quite clear. But my swap is still free (6GB man!).
As asked earlier by myself (and answered on this list), XNE memory allocations
strictly use physical RAM, no virtual RAM (like swapped memory). So you need to
have that RAM available in Dom0. Maybe review the memory parameter settings.
> I guess the Xen utility is not able to swap things. What is the common
> way to free some RAM? is there a kind of 'swapwhatever <PID>' magic tool
> you would recommend? I wont reboot my box in order to free memory!
Maybe kill your X server in Dom0 ("init 3").
Regards,
Ulrich
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|