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

GH-2799 avoid OOM through HashMap resizing by setting initial size #2872

Merged
merged 4 commits into from
Apr 24, 2021

Commits on Apr 23, 2021

  1. GH-2799 add benchmarks

    Signed-off-by: Håvard Ottestad <[email protected]>
    hmottestad committed Apr 23, 2021
    Configuration menu
    Copy the full SHA
    a8c31e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8725cc4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e7cd926 View commit details
    Browse the repository at this point in the history
  4. GH-2799 add a hard ceiling (32MB) of free memory required before over…

    …flowing, regardless of block size
    
    Signed-off-by: Håvard Ottestad <[email protected]>
    hmottestad committed Apr 23, 2021
    Configuration menu
    Copy the full SHA
    508e9ee View commit details
    Browse the repository at this point in the history