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

Use MAP_POPULATE for our bbolt mmaps #13573

Merged
merged 5 commits into from Jan 11, 2022
Merged

Commits on Jan 5, 2022

  1. Use MAP_POPULATE for our bbolt mmaps, assuming the files fit in memor…

    …y. This should improve startup times when freelist sync is disabled.
    ncabatoff committed Jan 5, 2022
    Configuration menu
    Copy the full SHA
    fd4bba4 View commit details
    Browse the repository at this point in the history
  2. Add CL.

    ncabatoff committed Jan 5, 2022
    Configuration menu
    Copy the full SHA
    33599e3 View commit details
    Browse the repository at this point in the history
  3. Fix tests.

    ncabatoff committed Jan 5, 2022
    Configuration menu
    Copy the full SHA
    3277af7 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2022

  1. Configuration menu
    Copy the full SHA
    d4b24b8 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into vault-4679-use-map-populate

    # Conflicts:
    #	physical/raft/bolt_32bit_test.go
    #	physical/raft/bolt_64bit_test.go
    ncabatoff committed Jan 10, 2022
    Configuration menu
    Copy the full SHA
    2de11be View commit details
    Browse the repository at this point in the history