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

Add new gc_max_allocs tuneable #2636

Merged
merged 6 commits into from
May 30, 2017
Merged

Add new gc_max_allocs tuneable #2636

merged 6 commits into from
May 30, 2017

Commits on May 12, 2017

  1. Add new gc_max_allocs tuneable

    More than gc_max_allocs may be running on a node, but terminal allocs
    will be garbage collected to try to keep the total number below the
    limit.
    schmichael committed May 12, 2017
    Configuration menu
    Copy the full SHA
    cc11d9a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e3c1d35 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fb72f20 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2017

  1. Configuration menu
    Copy the full SHA
    f6ea223 View commit details
    Browse the repository at this point in the history
  2. Fix config parsing test

    Went overboard before I realized there's only one test case.
    schmichael committed May 30, 2017
    Configuration menu
    Copy the full SHA
    f2476cf View commit details
    Browse the repository at this point in the history
  3. Add #2636 to changelog

    schmichael committed May 30, 2017
    Configuration menu
    Copy the full SHA
    a42b738 View commit details
    Browse the repository at this point in the history