linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
From: Rik van Riel <riel@humbolt.geo.uu.nl>
To: Raymond Nijssen <rxtn@gte.net>
Cc: linux-mm@kvack.org
Subject: Re: work around 1GB heap size limit
Date: Sun, 3 Jan 1999 17:57:23 +0100 (CET)	[thread overview]
Message-ID: <Pine.LNX.4.03.9901031754360.32063-100000@mirkwood.dummy.home> (raw)
In-Reply-To: <13965.22214.171983.180152@woensel.ics.ele.tue.nl>

On Sat, 2 Jan 1999, Raymond Nijssen wrote:

> I was wondering if there exists a general way to work around the
> maximum heap size limit of 1 GB on Linux.  (at least on the x86
> platforms).

[snip]

> The proposal is really whether it would be possible to make the
> mappable region start at max_stack and to make it grow downward.
> 
> The proposed segmentation looks like:
> 
> 0xc0000000 - 0xffffffff : kernel memory
> min_stack  - 0xc0000000 : user stack                      -- grows downward
> MIN_mmap   - min_stack  : mapped (mmap, shared mem/libs)  -- grows DOWNward
> 'brk'      - MIN_mmap   : free
> `end'      - 'brk'      : heap                            -- grows upward
> 0x00000000 - 'end'      : text, bss, etc.

This seems like a more-than-just-a-little-bit sane idea
to me.  Like Raymond, I'm not completely aware of the
bolts and nuts we might be provoking with this action
though...

Stephen, Ben, what do you think? Did Raymond overlook
something or do we have a winner?

cheers,

Rik -- If a Microsoft product fails, who do you sue?
+-------------------------------------------------------------------+
| Linux memory management tour guide.        riel@humbolt.geo.uu.nl |
| Scouting Vries cubscout leader.    http://humbolt.geo.uu.nl/~riel |
+-------------------------------------------------------------------+

--
This is a majordomo managed list.  To unsubscribe, send a message with
the body 'unsubscribe linux-mm me@address' to: majordomo@kvack.org

      reply	other threads:[~1999-01-03 17:00 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-01-03  7:14 Raymond Nijssen
1999-01-03 16:57 ` Rik van Riel [this message]

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=Pine.LNX.4.03.9901031754360.32063-100000@mirkwood.dummy.home \
    --to=riel@humbolt.geo.uu.nl \
    --cc=linux-mm@kvack.org \
    --cc=rxtn@gte.net \
    /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