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

[LibOS] Add Page Cache feature for trusted files #2011

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

Commits on Sep 27, 2024

  1. [LibOS] Add Page Cache feature for trusted files

    The Page Cache feature for trusted files has been implemented using a Least
    Recently Used (LRU) eviction policy. Files that are accessed more than 10
    times will be cached to enhance performance. Additionally, a new manifest
    option `sgx.trusted_files_cache_size` has been introduced to specify the
    size of the cache allocated for trusted files.
    
    Signed-off-by: Sonali Saha <sonali.saha@intel.com>
    sahason committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    0473423 View commit details
    Browse the repository at this point in the history