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

Brick inode table size #4339

Open
wants to merge 3 commits into
base: devel
Choose a base branch
from

Commits on Apr 18, 2024

  1. Raise the network.inode-lru-limit to 64m from 1m.

    1m is the lower workable limit for us currently, and this is set to
    grow, so pre-emptively permit for pushing this limit higher.
    Sacrificing RAM to avoid disk IO for us is a no-brainer.
    
    Signed-off-by: Jaco Kroon <[email protected]>
    jkroonza committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    a101a42 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. Implement network.lru-table-size which sets the size of the inode has…

    …h table.
    
    This creates a new table and destroys the old.
    
    Signed-off-by: Jaco Kroon <[email protected]>
    jkroonza committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    f64b7ef View commit details
    Browse the repository at this point in the history
  2. when dumping state output number of entries in name_hash.

    This can be used to determine if dentry_hashsize is correctly set or
    not.
    
    Signed-off-by: Jaco Kroon <[email protected]>
    jkroonza committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    d9201a3 View commit details
    Browse the repository at this point in the history