Re: PROBLEM: Linux 2.6.0-test11 only lets me use 1GB out of 2GB ram.

From: David Lang
Date: Thu Dec 11 2003 - 00:47:14 EST


Ed,
highmem isn't nessasary for mem<1G (actually 960M) on x86.

you are useing the opteron CPU, but was your kernel compiled for it
(x86064) or are you running an x86 kernel? (both will run, but the x86-64
kernel will give you better performance (including removing the need for
highmem)

David Lang

On Wed, 10 Dec 2003, William Lee Irwin III wrote:

> Date: Wed, 10 Dec 2003 21:41:11 -0800
> From: William Lee Irwin III <wli@xxxxxxxxxxxxxx>
> To: Ed Sweetman <ed.sweetman@xxxxxxxxx>
> Cc: Nick Piggin <piggin@xxxxxxxxxxxxxxx>, Donald Maner <donjr@xxxxxxxxx>,
> Raul Miller <moth@xxxxxxxxxxx>, linux-kernel@xxxxxxxxxxxxxxx
> Subject: Re: PROBLEM: Linux 2.6.0-test11 only lets me use 1GB out of 2GB
> ram.
>
> On Thu, Dec 11, 2003 at 12:33:39AM -0500, Ed Sweetman wrote:
> > I thought highmem wasn't necesarily needed for memory <=2GB? Highmem
> > incurs some performance hits doesn't it and so the urge to move to it
> > with only 2GB is not very attractive. Anyways i'm just interested in if
> > that's the case or not since 2GB is easy to get to these days and i had
> > heard that highmem could be avoided passed the 1GB barrier.
>
> You're probably thinking of 2:2 split patches.
>
> 2:2 splits are at least technically ABI violations, which is probably
> why this isn't merged etc. Applications sensitive to it are uncommon.
>
> Yes, the SVR4 i386 ELF/ABI spec literally mandates 0xC0000000 as the
> top of the process address space.
>
>
> -- wli
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@xxxxxxxxxxxxxxx
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
>

--
"Debugging is twice as hard as writing the code in the first place.
Therefore, if you write the code as cleverly as possible, you are,
by definition, not smart enough to debug it." - Brian W. Kernighan
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/