lkml.org 
[lkml]   [2004]   [Feb]   [4]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: Active Memory Defragmentation: Our implementation & problems
From
Date
On Wed, 2004-02-04 at 13:59, Timothy Miller wrote:
> Dave McCracken wrote:
> > Um, wrong answer. When you ask for more than one page from the buddy
> > allocator (order greater than 0) it always returns physically contiguous
> > pages.
> >
> > Also, one of the near-term goals in VM is to be able to allocate and free
> > large pages from the main memory pools, which requires that something like
> > order 9 or 10 allocations (based on the architecture) succeed.
>
> What's the x86 large page size? 4M? 16M? For the sake of arguement,
> let's call it 4M. Doesn't matter.

2M with PAE on. 4MB with it off.

> Let's say this defragmenter allowed the kernel to detect when 1024 4k
> pages were contiguous and aligned properly and could silently replace
> the processor mapping tables so that all of these "pages" would be
> mapped by one TLB entry. (At such time that some pages need to get
> freed, the VM would silently switch back to the 4k model.)
>
> This would reduce TLB entries for a lot of programs above a certain
> size, and therefore improve peformance.

This is something that would be interesting to pursue, but we already
have hugetlbfs which does this when you need it explicitly. When you
know that TLB coverage is a problem, that's your fix for now.

> The question is: How much overhead really is caused by TLB misses? The
> TLB in the Athlon is like 512 entries. That means it can know about 2
> megabytes worth of 4k pages at any one time.

I'm not sure how the Athlon works, but the PIII has very few TLB entries
for large pages. The P4 can put large or small entries anywhere.

--dave

-
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/

\
 
 \ /
  Last update: 2005-03-22 14:00    [W:0.083 / U:0.060 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site