Re: Have the 2.4 kernel memory management problems on large machines

Linus Torvalds (torvalds@transmeta.com)
Wed, 22 May 2002 11:27:21 -0700 (PDT)


On Wed, 22 May 2002, Alan Cox wrote:
>
> That assumes you want to page out the page table only after the pages it
> references are paged out. There is no reason I can see for not flushing it
> first.

Dirty state and mixed vma's on the same pmd would make this more complex
than I really like, but sure..

However, the pmd almost certainly gets re-created very quickly anyway, so
I seriously doubt you get any real wins.

Remember: the point of swapping stuff out (or just dropping them) is that
we don't need them in the near future. With a 4MB (or 2MB) granularity,
that's not very likely.

Linus

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