Re: large page patch (fwd) (fwd)

From: David Mosberger (davidm@napali.hpl.hp.com)
Date: Fri Aug 02 2002 - 22:19:59 EST


>>>>> On Fri, 2 Aug 2002 12:34:08 -0700 (PDT), Linus Torvalds <torvalds@transmeta.com> said:

  Linus> We may well expand the FS layer to bigger pages, but "bigger"
  Linus> is almost certainly not going to include things like 256MB
  Linus> pages - if for no other reason than the fact that memory
  Linus> fragmentation really means that the limit on page sizes in
  Linus> practice is somewhere around 128kB for any reasonable usage
  Linus> patterns even with gigabytes of RAM.

  Linus> And _maybe_ we might get to the single-digit megabytes. I
  Linus> doubt it, simply because even with a good buddy allocator and
  Linus> a memory manager that actively frees pages to get large
  Linus> contiguous chunks of RAM, it's basically impossible to have
  Linus> something that can reliably give you that big chunks without
  Linus> making normal performance go totally down the toiled.

The Rice people avoided some of the fragmentation problems by
pro-actively allocating a max-order physical page, even when only a
(small) virtual page was being mapped. This should work very well as
long as the total memory usage (including memory lost due to internal
fragmentation of max-order physical pages) doesn't exceed available
memory. That's not a condition which will hold for every system in
the world, but I suspect it is true for lots of systems for large
periods of time. And since superpages quickly become
counter-productive in tight-memory situations anyhow, this seems like
a very reasonable approach.

        --david
-
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 : Wed Aug 07 2002 - 22:00:21 EST