* xen not able to use total physical memory present in the system (192GB)
@ 2012-09-11 13:37 अनिकेत आगाशे
2012-09-11 14:10 ` Pasi Kärkkäinen
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: अनिकेत आगाशे @ 2012-09-11 13:37 UTC (permalink / raw)
To: xen-devel
[-- Attachment #1.1: Type: text/plain, Size: 979 bytes --]
Hi
I am using xen-4.1.2 with fedora-16 (kernel version 3.1.0.7) as dom0 on
system having 192GB of RAM.
When i booted system xm info shows (total _memory parameter as 192GB and
free_memory as 25MB) full memory but /proc/meminfo reports 132GB and xm
list also reports 192GB for dom0
When I ran first VM with 32GB RAM, xm info started reporting memory for
dom0 around 132GB and 32GB for VM and cat /proc/meminfo on dom0 reported
around 100GB. I am able to boot 4 VMs with this setup but 5th VM fails to
boot with not enough memory.
ultimately not able to use full system memory ? 60GB went missing from
memory.
http://old-list-archives.xen.org/archives/html/xen-devel/2009-07/msg00521.html
On this thread,
Jan mentined
"the hypervisor has been validated to work fine with 1Tb for much longer, it was
really the Dom0 kernel that had issues when not passing a dom0_mem=
option".
I am not using this option "dom0_mem". Is anybody faced any issue like this ?
Thanks,
Aniket
[-- Attachment #1.2: Type: text/html, Size: 1188 bytes --]
[-- Attachment #2: Type: text/plain, Size: 126 bytes --]
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: xen not able to use total physical memory present in the system (192GB)
2012-09-11 13:37 xen not able to use total physical memory present in the system (192GB) अनिकेत आगाशे
@ 2012-09-11 14:10 ` Pasi Kärkkäinen
2012-09-11 14:27 ` Jan Beulich
2012-09-11 18:29 ` Konrad Rzeszutek Wilk
2 siblings, 0 replies; 4+ messages in thread
From: Pasi Kärkkäinen @ 2012-09-11 14:10 UTC (permalink / raw)
To: ?????????????????? ???????????????; +Cc: xen-devel
On Tue, Sep 11, 2012 at 07:07:00PM +0530, ?????????????????? ??????????????? wrote:
> Hi
>
Hello,
> I am using xen-4.1.2 with fedora-16 (kernel version 3.1.0.7) as dom0 on
> system having 192GB of RAM.
>
> When i booted system xm info shows (total _memory parameter as 192GB and
> free_memory as 25MB) full memory but /proc/meminfo reports 132GB and xm
> list also reports 192GB for dom0
>
"xm list" reports 192 GB for dom0. So dom0 does have 192 GB allocated from Xen,
but the issue probably is that the Linux dom0 kernel isn't able to use all of it.
> When I ran first VM with 32GB RAM, xm info started reporting memory for
> dom0 around 132GB and 32GB for VM and cat /proc/meminfo on dom0 reported
> around 100GB. I am able to boot 4 VMs with this setup but 5th VM fails to
> boot with not enough memory.
>
> ultimately not able to use full system memory ? 60GB went missing from
> memory.
>
Why do you want to have all the memory in dom0 ?
You should limit/dedicate dom0 to, say, 2 GB of memory, and leave the rest of the memory
free in the Xen hypervisor so it can be used for other VMs.
See: http://wiki.xen.org/wiki/XenBestPractices
-- Pasi
> [1]http://old-list-archives.xen.org/archives/html/xen-devel/2009-07/msg00521.html
>
> On this thread,
>
> Jan mentined
>
> "the hypervisor has been validated to work fine with 1Tb for much longer, it was
> really the Dom0 kernel that had issues when not passing a dom0_mem=
> option".
>
> I am not using this option "dom0_mem". Is anybody faced any issue like this ?
>
> Thanks,
> Aniket
>
> References
>
> Visible links
> 1. http://old-list-archives.xen.org/archives/html/xen-devel/2009-07/msg00521.html
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xen.org
> http://lists.xen.org/xen-devel
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: xen not able to use total physical memory present in the system (192GB)
2012-09-11 13:37 xen not able to use total physical memory present in the system (192GB) अनिकेत आगाशे
2012-09-11 14:10 ` Pasi Kärkkäinen
@ 2012-09-11 14:27 ` Jan Beulich
2012-09-11 18:29 ` Konrad Rzeszutek Wilk
2 siblings, 0 replies; 4+ messages in thread
From: Jan Beulich @ 2012-09-11 14:27 UTC (permalink / raw)
To: अनिकेत आगाशे
Cc: xen-devel
>>> On 11.09.12 at 15:37, अनिकेत आगाशे <agasheac@gmail.com> wrote:
> I am using xen-4.1.2 with fedora-16 (kernel version 3.1.0.7) as dom0 on
> system having 192GB of RAM.
>
> When i booted system xm info shows (total _memory parameter as 192GB and
> free_memory as 25MB) full memory but /proc/meminfo reports 132GB and xm
> list also reports 192GB for dom0
>
> When I ran first VM with 32GB RAM, xm info started reporting memory for
> dom0 around 132GB and 32GB for VM and cat /proc/meminfo on dom0 reported
> around 100GB. I am able to boot 4 VMs with this setup but 5th VM fails to
> boot with not enough memory.
Without you providing logs, we can only guess - like Pasi did - that
this may be a Dom0 kernel issue.
And - you aren't, by chance, running a 32-bit Dom0 kernel?
Jan
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: xen not able to use total physical memory present in the system (192GB)
2012-09-11 13:37 xen not able to use total physical memory present in the system (192GB) अनिकेत आगाशे
2012-09-11 14:10 ` Pasi Kärkkäinen
2012-09-11 14:27 ` Jan Beulich
@ 2012-09-11 18:29 ` Konrad Rzeszutek Wilk
2 siblings, 0 replies; 4+ messages in thread
From: Konrad Rzeszutek Wilk @ 2012-09-11 18:29 UTC (permalink / raw)
To: अनिकेत आगाशे
Cc: xen-devel
On Tue, Sep 11, 2012 at 07:07:00PM +0530, अनिकेत आगाशे wrote:
> Hi
>
> I am using xen-4.1.2 with fedora-16 (kernel version 3.1.0.7) as dom0 on
> system having 192GB of RAM.
Can you check /boot/config* | grep XEN_MAX_DOMAIN
>
> When i booted system xm info shows (total _memory parameter as 192GB and
> free_memory as 25MB) full memory but /proc/meminfo reports 132GB and xm
> list also reports 192GB for dom0
>
> When I ran first VM with 32GB RAM, xm info started reporting memory for
> dom0 around 132GB and 32GB for VM and cat /proc/meminfo on dom0 reported
> around 100GB. I am able to boot 4 VMs with this setup but 5th VM fails to
> boot with not enough memory.
>
>
> ultimately not able to use full system memory ? 60GB went missing from
> memory.
There are also some bug-fixes for this that I've been posting that
I plan to integrate in v3.7.
Are you up for testing them out and to see if they work?
>
> http://old-list-archives.xen.org/archives/html/xen-devel/2009-07/msg00521.html
>
> On this thread,
>
> Jan mentined
>
> "the hypervisor has been validated to work fine with 1Tb for much longer, it was
> really the Dom0 kernel that had issues when not passing a dom0_mem=
> option".
>
> I am not using this option "dom0_mem". Is anybody faced any issue like this ?
>
>
> Thanks,
> Aniket
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xen.org
> http://lists.xen.org/xen-devel
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2012-09-11 18:29 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-11 13:37 xen not able to use total physical memory present in the system (192GB) अनिकेत आगाशे
2012-09-11 14:10 ` Pasi Kärkkäinen
2012-09-11 14:27 ` Jan Beulich
2012-09-11 18:29 ` Konrad Rzeszutek Wilk
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.