Re: High Memory Address Space

From: Martin J. Bligh (Martin.Bligh@us.ibm.com)
Date: Fri May 03 2002 - 11:05:05 EST


> How is the maximum memory address space, per process or for all process,
> using High Memory Suport to 64Gb?

Roughly speaking, the high memory (above 896MB phys) is mapped directly
into user address spaces, mapped a page at a time into the kernel
virtual address space via kmap and friends into a small window.

> Is possible to alocate more than 3GB for one process?

Not really, you could shift the boundary to 3.5Gb or so in theory,
and eek out a little more, but in practice that just makes you
run out of kernel address space instead if you have enough memory
to make it worthwhile (unless you wanted the users pages swapped
out).

M.

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



This archive was generated by hypermail 2b29 : Tue May 07 2002 - 22:00:20 EST