Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement parallel ARC eviction #16486

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Sep 11, 2024

  1. Implement parallel ARC eviction

    Read and write performance can become limited by the arc_evict
    process being single threaded. Additional data cannot be added
    to the ARC until sufficient existing data is evicted.
    
    On many-core systems with TBs of RAM, a single thread becomes
    a significant bottleneck.
    
    With the change we see a 25% increase in read and write throughput
    
    Sponsored-by: Expensify, Inc.
    Sponsored-by: Klara, Inc.
    Co-authored-by: Allan Jude <allan@klarasystems.com>
    Co-authored-by: Mateusz Piotrowski <mateusz.piotrowski@klarasystems.com>
    Signed-off-by: Alexander Stetsenko <alex.stetsenko@klarasystems.com>
    Signed-off-by: Allan Jude <allan@klarasystems.com>
    Signed-off-by: Mateusz Piotrowski <mateusz.piotrowski@klarasystems.com>
    3 people committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    e128026 View commit details
    Browse the repository at this point in the history