RE: 2.3.x + memory question

Ingo Molnar (mingo@chiara.csoma.elte.hu)
Wed, 1 Dec 1999 16:11:47 +0100 (CET)


On Wed, 1 Dec 1999, Terry Katz wrote:

> > stupid question: are you running 2.3 kernels and have you enabled High
> > Memory Support? I'm able to run 1.0 GB RSS processes:
>
> Yes, I'm running 2.3(.29), with the 4gig high memory support enabled
> (currently only 1gig in the machine, but will be adding another 2 or 3
> soon..)..

if there is 1GB RAM in the system then you should not be surprised that
you can allocate only slightly less than 1GB RAM. The kernel has to
allocate some data structures (which are about a fixed, small percentage
of physical RAM), the rest is available to user-space.

-- mingo

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/