[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Process not given >890MB on a 4MB machine ?????????
afei@jhu.edu writes:
> The current Linux MM design is a 3:1 split of 4G virtual/physical memory.
> So a process, under normal condition cannot get beyond 3G memory
> allocated.
The current Linux i386 MM usage is a 3:1 split of 4G virtual
memory. 3GB for the uesr process. 1GB for the kernel. With all of
the highmem tricks the kernel can access up to 16TB of physical memory
on a 32 bit system but the i386 architeture only provides for a
maximum of 64GB of physical memory.
A user space process is free to implement it's own paging of a file or
a shared memory region in and out of it's address space but that
usually requires code redesign, so few people go for it.
Eric
--
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.linux-mm.org/