All of lore.kernel.org
 help / color / mirror / Atom feed
From: Robert Picco <Robert.Picco@hp.com>
To: davidm@hpl.hp.com
Cc: linux-kernel@vger.kernel.org, colpatch@us.ibm.com, mbligh@aracnet.com
Subject: Re: boot time node and memory limit options
Date: Wed, 17 Mar 2004 13:07:56 -0500	[thread overview]
Message-ID: <405893FC.4030209@hp.com> (raw)
In-Reply-To: <16471.48076.447058.132559@napali.hpl.hp.com>

Hi David:

Well our IA64 "mem=" is used in efi_memmap_walk.  We could change the 
name to "max_address=".  The X86 "mem=" takes effect before the bootmem 
allocator is initialized.  My patch eliminates memory before
mem_init frees all bootmap memory.  My proposed patch doesn't have the 
same functionality as X86 "mem=".

thanks,

Bob

David Mosberger wrote:

>Hi Bob,
>
>  
>
>>>>>>On Tue, 16 Mar 2004 12:07:44 -0500, Robert Picco <Robert.Picco@hp.com> said:
>>>>>>            
>>>>>>
>
>  Bob> This patch supports three boot line options.  mem_limit limits
>  Bob> the amount of physical memory.  node_mem_limit limits the
>  Bob> amount of physical memory per node on a NUMA machine.
>  Bob> nodes_limit reduces the number of NUMA nodes to the value
>  Bob> specified.  On a NUMA machine an eliminated node's CPU(s) are
>  Bob> removed from the cpu_possible_map.
>
>  Bob> The patch has been tested on an IA64 NUMA machine and
>  Bob> uniprocessor X86 machine.
>
>Would it make sense to improve on the consistency of the "mem" option
>at the same time.  IIRC, "mem=N" on x86 means "limit amount of memory
>to N", whereas on ia64 it means "ignore memory above N".  In my
>opinion, it would make sense to change the ia64 "mem" to option to
>match the behavior on x86 and then to use "mem_limit=N" for the
>"ignore memory above N" case (which is very useful for testing
>addressing issues, such as I/O MMU issues).
>
>Thanks,
>
>	--david
>
>  
>


  parent reply	other threads:[~2004-03-17 18:14 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-03-16 17:07 boot time node and memory limit options Robert Picco
2004-03-16 17:34 ` Randy.Dunlap
     [not found] ` <16471.48076.447058.132559@napali.hpl.hp.com>
2004-03-17 18:07   ` Robert Picco [this message]
     [not found] <4057392A.8000602@hp.com>
2004-03-16 17:43 ` Jesse Barnes
2004-03-16 19:39   ` Martin J. Bligh
2004-03-17 16:15     ` Robert Picco
2004-03-17 16:36       ` Martin J. Bligh
2004-03-17 17:09         ` Dave Hansen
2004-03-17 17:51           ` Jesse Barnes
2004-03-17 18:12             ` Dave Hansen
2004-03-17 19:30         ` Robert Picco
2004-03-17 19:44           ` Martin J. Bligh
2004-03-17 20:01             ` Robert Picco
2004-03-17 20:58               ` Martin J. Bligh
2004-03-17 20:52             ` Dave Hansen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=405893FC.4030209@hp.com \
    --to=robert.picco@hp.com \
    --cc=colpatch@us.ibm.com \
    --cc=davidm@hpl.hp.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mbligh@aracnet.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.