public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Hartmut Manz <manz@intes.de>
To: "Martin J. Bligh" <mbligh@aracnet.com>, linux-kernel@vger.kernel.org
Cc: Manfred Spraul <manfred@colorfullife.com>
Subject: Re: allocate more than 2 GB on IA32
Date: Thu, 20 Feb 2003 18:40:21 +0100	[thread overview]
Message-ID: <200302201840.21464.manz@intes.de> (raw)
In-Reply-To: <86310000.1044979897@[10.10.2.4]>

On Tuesday 11 February 2003 17:11, Martin J. Bligh wrote:
> > i would like to allocate more than 2 GB of memory on an IA32
> > architecture.
> >
> > The machine is a dual XEON_DP with 3 GB of Ram and 4 GB of swap space.
> >
> > I have tried with the default SUSE 8.1 kernel as well as with a
> > 2.4.20-pre4aa1 Kernel compile by my own using these Options:
> >
> > CONFIG_HIGHMEM4G=y
> > CONFIG_HIGHMEM=y
> > CONFIG_1GB=y
> >
> > but I am only able to allocate 2 GB with a single malloc call.
> > I tought it should be possible to allocate up to 2.9 GB of memory to a
> > process, with this kernel settings.
>
> Well, assuming you had no user-space code or data, or a stack, or any
> shared libraries to fit into that space as well ;-)
>
> Try shifting TASK_UNMAPPED_BASE down from 1GB to 0.5GB - that should give
> you some more breathing room, though you'll never get to 2.9GB.
>
> M.

First of all I would like to say THANK YOU for your help.

I am now able to allocate up to ~3.2 GB of memory on a 4 GB Machine, even with 
shared libraries. 

This is what I have done.

1. I have activated the kernel option in  Kernel 2.4.21pre4aa3
   CONFIG_05GB=y
  This gives the following: 
    a: TASK_UNMAPPED_BASE is now 0xe000000 wich is  224 MB
    b: Upper Limit for User-Space memory is now at 3.5 GB
   So I have the potential to allocated up to 3360 MB of memory

2. I have exchanged malloc with anonymous mmap, since malloc
    was still only able to allocate about 2 GB.



-- 
-----------------------------------------------------------------------------
Hartmut Manz                                      WWW:    http://www.intes.de
INTES GmbH                                        Phone:  +49-711-78499-29
Schulze-Delitzsch-Str. 16                         Fax:    +49-711-78499-10
D-70565 Stuttgart                                 E-mail: manz@intes.de
   Ein Mensch sieht, was vor Augen ist; der Herr aber sieht das Herz an.
------------------------------------------------------- 1. Samuel 16, 7 -----


  reply	other threads:[~2003-02-20 17:35 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-02-11  9:15 allocate more than 2 GB on IA32 Hartmut Manz
2003-02-11  9:31 ` Gianni Tedesco
2003-02-11  9:33 ` ÷ÉÔÁÌÉÊ
2003-02-11 16:11 ` Martin J. Bligh
2003-02-20 17:40   ` Hartmut Manz [this message]
  -- strict thread matches above, loose matches on Subject: below --
2003-02-11 17:21 Manfred Spraul

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=200302201840.21464.manz@intes.de \
    --to=manz@intes.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=manfred@colorfullife.com \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox