Re: HIGHMEM64G Kernel (2.6.23.1) makes system crawl

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Lennart Sorensen
Date: Wednesday, October 24, 2007 - 9:35 am

On Wed, Oct 24, 2007 at 04:41:16PM +0200, Boaz Harrosh wrote:

CONFIG_HIGHMEM4G means 4GB address space.  Since PCI and BIOS use some
of the first 4GB address space, a machine with 4GB of actual RAM must
map some of that RAM above the 4GB address space, so you access it all
you need to enable PAE (address space extensions intel invented to give
36bit addressing on 32bit machines), which lets the OS map memory above
4GB (up to 64GB), to let applications use it.  Applications are still
limited to a 32bit address space.  64bit machines of course just use all
memory directly without any silly extensions.

The common intel BIOS bug relating to configuring the MTRR and such for
caching of memory makes the top portion of memory uncached and hence
very slow, which means any code placed in the top part of memory gets
slow.  The kernel likes to place itself at the top of memory which means
the kernel gets slow and hence the whole system gets slow.  Holefully
intel will learn to make proper BIOSes real soon so that people with
intel boards can stop having such slow machines when they have lots of
ram.

--
Len Sorensen
-
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
HIGHMEM64G Kernel (2.6.23.1) makes system crawl, Rajkumar S, (Wed Oct 24, 3:26 am)
Re: HIGHMEM64G Kernel (2.6.23.1) makes system crawl, Boaz Harrosh, (Wed Oct 24, 7:41 am)
Re: HIGHMEM64G Kernel (2.6.23.1) makes system crawl, Lennart Sorensen, (Wed Oct 24, 9:35 am)
Re: HIGHMEM64G Kernel (2.6.23.1) makes system crawl, H. Peter Anvin, (Wed Oct 24, 10:21 am)
Re: HIGHMEM64G Kernel (2.6.23.1) makes system crawl, Boaz Harrosh, (Wed Oct 24, 10:56 am)
Re: HIGHMEM64G Kernel (2.6.23.1) makes system crawl, Lennart Sorensen, (Wed Oct 24, 1:37 pm)