|
|
|
|
|
|
|
|
|
|
xen-users
RE: [Xen-users] flexible memory management?
Um, remove dom0_mem=128M or set it higher. The memory allocation is dynamic
and grows down as the DomU's need it. So set it to something like 512mb and
let Xen reduce it as it needs to.
Also, if you want to compile on the Dom0 then stop the DomU's so you have the
resources available to do the compile.
Can you compile the code elsewhere (like in a DomU or on another machine).
> -----Original Message-----
> From: xen-users-bounces@xxxxxxxxxxxxxxxxxxx [mailto:xen-users-
> bounces@xxxxxxxxxxxxxxxxxxx] On Behalf Of Sven Köhler
> Sent: Thursday, February 08, 2007 3:56 PM
> To: xen-users@xxxxxxxxxxxxxxxxxxx
> Subject: [Xen-users] flexible memory management?
>
> Hi,
>
> i'm passing dom0_mem=128M to the xen-hypervisor.
> Then i'm starting two domUs with 435MB each.
>
> Now i'm compiling something on my dom0. The dom0 is swapping, and
> swapping, and swapping. The gcc-process is about 300megabytes. That
> doesn't fit into the 128MB.
>
> So is there some feature, with a minimum of performenace penalty, that
> xen manages memory so that memory can be assigned, moved, and so on?
>
> I could stop a domU to gain more memory for my dom0. Maybe it's even
> possible to tell the domU to free 100MB and assign them to my dom0
> temporarly etc.
>
> But at the moment, my dom0 has 128MB statically. That's it.
>
> So is there some more flexible way, like i'm imagining?
> (well, without rebooting?)
>
>
> Thanks,
> Sven
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|