* 1+ GB support (fwd)
@ 2000-01-14 1:56 Rik van Riel
2000-01-14 15:49 ` Andrea Arcangeli
0 siblings, 1 reply; 2+ messages in thread
From: Rik van Riel @ 2000-01-14 1:56 UTC (permalink / raw)
To: Linux MM
Could somebody please write an FAQ about this (for use on the
Linux-MM site)... ? :)
Rik
---------- Forwarded message ----------
Date: Thu, 13 Jan 2000 15:19:00 -0800
From: Kelly Alexander <kelly@nvidia.com>
Reply-To: linux-mm-www@nl.linux.org
To: linux-mm-www@nl.linux.org
Subject: 1+ GB support
I've read a bunch of linux news that says that the later kernels
such as 2.3.35 can support more than 1gb of memory. I've put together a
system with 4gb of RAM (dell 6300, 2x PIII 550 xeon CPUs) and can see that
the kernel reports all 4gb is there and I can use 4gb if running multiple
processes. However, I've been unable to malloc and use more than 1gb per
process. Is this a limitation or am I doing something wrong? I've tried to
use the obsolete FAQ on large memory to give me some ideas of where to poke
around but no luck so far. Any ideas or pointers for me to investigate?
---
Kelly Alexander
nVidia Corporation
-
Linux-mm-www: builders list for the Linux-MM website
Archive: http://humbolt.nl.linux.org/lists/
Web site: http://www.linux.eu.org/Linux-MM/
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.nl.linux.org/Linux-MM/
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: 1+ GB support (fwd)
2000-01-14 1:56 1+ GB support (fwd) Rik van Riel
@ 2000-01-14 15:49 ` Andrea Arcangeli
0 siblings, 0 replies; 2+ messages in thread
From: Andrea Arcangeli @ 2000-01-14 15:49 UTC (permalink / raw)
To: Rik van Riel, kelly; +Cc: Linux MM, linux-kernel
>
> I've read a bunch of linux news that says that the later kernels
>such as 2.3.35 can support more than 1gb of memory. I've put together a
>system with 4gb of RAM (dell 6300, 2x PIII 550 xeon CPUs) and can see that
2.2.14aa1 supports 4g of RAM on IA32 and 2Terabyte of RAM on alpha (wihout
per-process limit on alpha) with production quality. Apply the below patch
against 2.2.14 if you can't run an unstable tree.
ftp://ftp.*.kernel.org/pub/linux/kernel/people/andrea/kernels/v2.2/2.2.14aa1.gz
>processes. However, I've been unable to malloc and use more than 1gb per
>process. Is this a limitation or am I doing something wrong? I've tried to
If you use 2.2.14aa1 you can apply these two incremental patches (they
should go on the top of 2.3.x as well) to allocate more ram per-process
(something like 3.5G). The two incremental patches are _not_ a good idea
if you need a large I/O cache (like for webservers). For scientific
application that only needs lots of RAM they should be fine.
ftp://ftp.*.kernel.org/pub/linux/kernel/people/andrea/patches/v2.2/2.2.14/bigmem-large-mapping-1.gz
ftp://ftp.*.kernel.org/pub/linux/kernel/people/andrea/patches/v2.2/2.2.14/patches/v2.2/2.2.14/bigmem-large-task-1.gz
Andrea
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.nl.linux.org/Linux-MM/
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2000-01-14 15:49 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-01-14 1:56 1+ GB support (fwd) Rik van Riel
2000-01-14 15:49 ` Andrea Arcangeli
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox