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

Increase default trie cache size to 1GiB #6546

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

Commits on Nov 19, 2024

  1. Increase default trie cache size to 1GiB

    The default trie cache size before was set to `64MiB`, which is quite low to achieve real speed ups.
    `1GiB` should be a reasonable number as the requirements for validators/collators/full nodes are much
    higher when it comes to minimum memory requirements. Also the cache will not use `1GiB` from the start
    and fills over time. The setting can be changed by setting `--trie-cache-size BYTE_SIZE`.
    bkchr committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    50c1d75 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    faf4aa5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c922ab2 View commit details
    Browse the repository at this point in the history