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

erts: Fix ets memory calculation for read_concurrency #5494

Merged

Commits on Dec 22, 2021

  1. erts: Fix ets memory calculation for read_concurrency

    The amount of memory used for reader groups can be very
    large on systems with many cores, so it needs to be part
    of the ets table's memory utilization. We use that memory
    to calculate how many tables can be created when testing.
    garazdawi committed Dec 22, 2021
    Configuration menu
    Copy the full SHA
    989c314 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ff6712 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a67c456 View commit details
    Browse the repository at this point in the history