4

What is the name for the page replacement algorithm for 2.6 linux kernel?

3

Linux calls it the "Page Frame Reclaiming Algorithm".

In my limited understanding, it's basically LRU with a bias towards non-dirty pages.

See chapter 17 of Understanding the Linux Kernel for more details.

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

Not the answer you're looking for? Browse other questions tagged or ask your own question.