All of lore.kernel.org
 help / color / mirror / Atom feed
* Problem with dom0_mem=6144M
@ 2011-01-21 12:39 Roberto Scudeller
  2011-01-21 15:27 ` Steven Timm
  0 siblings, 1 reply; 3+ messages in thread
From: Roberto Scudeller @ 2011-01-21 12:39 UTC (permalink / raw)
  To: xen-devel, xen-users


[-- Attachment #1.1: Type: text/plain, Size: 769 bytes --]

Hi all,

I try to set dom0_mem=6144M in my xen 4.0.2-rc1-pre with pv_ops kernel
2.6.32.24 (jeremy source) but after boot my dom0 appear in "free -m" 5408M.

My logs:
# xm info|grep memory
total_memory           : 32755
free_memory            : 27658

My free -m:
# free -m
             total       used       free     shared    buffers     cached
Mem:          5408       2060       3347          0         17        133

In my menu.lst:
title KERNEL-XEN
    root(hd0,0)
    kernel /xen.gz dom0_mem=6144M
    module /vmlinuz-2.6.32.24 ro nomodeset root=/dev/VolGroup00/LogVol00
    module /initrd-2.6.32.24.img

In compilation I set this:
CONFIG_XEN_MAX_DOMAIN_MEMORY=128


Could anyone help me? Anyone experienced this?

Thank you for any help.

-- 
Roberto Scudeller

[-- Attachment #1.2: Type: text/html, Size: 1521 bytes --]

[-- Attachment #2: Type: text/plain, Size: 138 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Problem with dom0_mem=6144M
  2011-01-21 12:39 Problem with dom0_mem=6144M Roberto Scudeller
@ 2011-01-21 15:27 ` Steven Timm
  2011-01-21 16:26   ` [Xen-users] " Roberto Scudeller
  0 siblings, 1 reply; 3+ messages in thread
From: Steven Timm @ 2011-01-21 15:27 UTC (permalink / raw)
  To: Roberto Scudeller; +Cc: xen-devel, xen-users

I have always used syntax

dom0_mem=6144000

And that works for me.
I have never tried to use the M and not sure what it would do.
The default units are KB.  the only thing that I have seen
that gives you less memory in dom0 than what you expected is if
you make too many domU's and xen takes the memory out of dom0's hide.

Steve Timm


On Fri, 21 Jan 2011, Roberto Scudeller wrote:

> Hi all,
>
> I try to set dom0_mem=6144M in my xen 4.0.2-rc1-pre with pv_ops kernel
> 2.6.32.24 (jeremy source) but after boot my dom0 appear in "free -m" 5408M.
>
> My logs:
> # xm info|grep memory
> total_memory           : 32755
> free_memory            : 27658
>
> My free -m:
> # free -m
>             total       used       free     shared    buffers     cached
> Mem:          5408       2060       3347          0         17        133
>
> In my menu.lst:
> title KERNEL-XEN
>    root(hd0,0)
>    kernel /xen.gz dom0_mem=6144M
>    module /vmlinuz-2.6.32.24 ro nomodeset root=/dev/VolGroup00/LogVol00
>    module /initrd-2.6.32.24.img
>
> In compilation I set this:
> CONFIG_XEN_MAX_DOMAIN_MEMORY=128
>
>
> Could anyone help me? Anyone experienced this?
>
> Thank you for any help.
>
>

-- 
------------------------------------------------------------------
Steven C. Timm, Ph.D  (630) 840-8525
timm@fnal.gov  http://home.fnal.gov/~timm/
Fermilab Computing Division, Scientific Computing Facilities,
Grid Facilities Department, FermiGrid Services Group, Group Leader.
Lead of FermiCloud project.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Xen-users] Problem with dom0_mem=6144M
  2011-01-21 15:27 ` Steven Timm
@ 2011-01-21 16:26   ` Roberto Scudeller
  0 siblings, 0 replies; 3+ messages in thread
From: Roberto Scudeller @ 2011-01-21 16:26 UTC (permalink / raw)
  To: Steven Timm; +Cc: xen-devel, xen-users


[-- Attachment #1.1: Type: text/plain, Size: 1866 bytes --]

Dear Steven,

Thanks for help.

I try dom0_mem=6144000 and my dom0 continues with (free -m 5264; xm info
4953).

In boot dom0, I dont start any domU's.

Any idea?

Thanks for all.




2011/1/21 Steven Timm <timm@fnal.gov>

> I have always used syntax
>
> dom0_mem=6144000
>
> And that works for me.
> I have never tried to use the M and not sure what it would do.
> The default units are KB.  the only thing that I have seen
> that gives you less memory in dom0 than what you expected is if
> you make too many domU's and xen takes the memory out of dom0's hide.
>
> Steve Timm
>
>
>
> On Fri, 21 Jan 2011, Roberto Scudeller wrote:
>
>  Hi all,
>>
>> I try to set dom0_mem=6144M in my xen 4.0.2-rc1-pre with pv_ops kernel
>> 2.6.32.24 (jeremy source) but after boot my dom0 appear in "free -m"
>> 5408M.
>>
>> My logs:
>> # xm info|grep memory
>> total_memory           : 32755
>> free_memory            : 27658
>>
>> My free -m:
>> # free -m
>>            total       used       free     shared    buffers     cached
>> Mem:          5408       2060       3347          0         17        133
>>
>> In my menu.lst:
>> title KERNEL-XEN
>>   root(hd0,0)
>>   kernel /xen.gz dom0_mem=6144M
>>   module /vmlinuz-2.6.32.24 ro nomodeset root=/dev/VolGroup00/LogVol00
>>   module /initrd-2.6.32.24.img
>>
>> In compilation I set this:
>> CONFIG_XEN_MAX_DOMAIN_MEMORY=128
>>
>>
>> Could anyone help me? Anyone experienced this?
>>
>> Thank you for any help.
>>
>>
>>
> --
> ------------------------------------------------------------------
> Steven C. Timm, Ph.D  (630) 840-8525
> timm@fnal.gov  http://home.fnal.gov/~timm/ <http://home.fnal.gov/%7Etimm/>
> Fermilab Computing Division, Scientific Computing Facilities,
> Grid Facilities Department, FermiGrid Services Group, Group Leader.
> Lead of FermiCloud project.
>



-- 
Roberto Scudeller
Especialista Linux/Unix

[-- Attachment #1.2: Type: text/html, Size: 2631 bytes --]

[-- Attachment #2: Type: text/plain, Size: 138 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-01-21 16:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-01-21 12:39 Problem with dom0_mem=6144M Roberto Scudeller
2011-01-21 15:27 ` Steven Timm
2011-01-21 16:26   ` [Xen-users] " Roberto Scudeller

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.