Giter VIP home page Giter VIP logo

Comments (4)

TaekyungHeo avatar TaekyungHeo commented on July 30, 2024

Dear Yaland.

Thank you for having an interest in our work.

We enabled transparent huge pages (THP) of the Linux kernel to use huge pages.
THP does not guarantee huge page allocation, and the kernel may return 4KB base pages if it fails to find physically contiguous 2MB-aligned free memory.

The huge page allocation ratio presents how much of allocated memory is backed by huge pages.
It is defined as (allocated memory size backed by 2MB huge pages / allocated memory size) * 100.

from amp.

YalandHong avatar YalandHong commented on July 30, 2024

Hello Dr.Heo,

Thanks for your explanation!

I still have another question about this section. In Figure 10, you compare the performace between "modified LRU list" and "LRU". What's the difference between them? What does "LRU" refer to? Does it mean Linux's active/inactive list or "real" LRU policy (i.e. track every memory access and move list nodes accordingly) ?

image

from amp.

TaekyungHeo avatar TaekyungHeo commented on July 30, 2024

The modified LRU lists refer to the prior study that I have mentioned in Section 3.3.
(Nimble Page Management for Tiered Memory Systems, https://dl.acm.org/doi/10.1145/3297858.3304024)

LRU, LFU, and Random are the migration policies that I have described at the end of Section 3.1. LRU in the legend is different from the native Linux's active / inactive lists.

from amp.

YalandHong avatar YalandHong commented on July 30, 2024

Ok. Thanks!

from amp.

Related Issues (2)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.