public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Efficient Use of the Page Cache with 64 KB Pages
@ 2006-09-15  8:50 Sandeep Kumar
  2006-09-15  9:11 ` Peter Zijlstra
  2006-09-19 18:38 ` Christoph Lameter
  0 siblings, 2 replies; 6+ messages in thread
From: Sandeep Kumar @ 2006-09-15  8:50 UTC (permalink / raw)
  To: linux-kernel

Hey all,
I am a newbie and I just read a document with the idea for changes in
page cache management for 64 Bit machines. This has been taken from
Linux symposium 2006, ottawa.

In order for 64-bit processors to efficiently use large address spaces
while maintaining lower TLB miss rates, the Linux kernel can be
configured with base page sizes up to 64 KB. While this benefits
access to large memory segments and files, it greatly reduces the
number of smaller files that can be resident in memory at one time.
The idea proposes a change to the Linux kernel to allow file data to
be more efficiently stored in memory when the size of the file, or the
data at the end of a file, is significantly smaller than the page
size.

So, how far is this feature feasible for the linux main line kernel ?
Is, this feature already supported ?
-- 
Regards,
Sandeep





Winners expect to win in advance. Life is a self-fulfilling prophecy.

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2006-09-20  4:29 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-09-15  8:50 Efficient Use of the Page Cache with 64 KB Pages Sandeep Kumar
2006-09-15  9:11 ` Peter Zijlstra
2006-09-15 12:34   ` Dave Kleikamp
2006-09-19 18:38 ` Christoph Lameter
2006-09-19 22:55   ` Tony Luck
2006-09-20  4:29     ` Christoph Lameter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox