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

Set netty system properties in BuildPlugin #45881

Merged
merged 3 commits into from
Aug 29, 2019

Commits on Aug 22, 2019

  1. Set netty system properties in BuildPlugin

    Currently in production instances of Elasticsearch we set a couple of
    system properties by default. We currently do not apply all of these
    system properties in tests. This commit applies these properties in the
    tests. Additionally it enables the unpooled allocator about 1/4 of the
    time, the pooled allocator with direct buffer pooling about 1/4 of the
    time, and the pooled allocator without direct buffer pooling about 1/2
    of the time.
    Tim-Brooks committed Aug 22, 2019
    Configuration menu
    Copy the full SHA
    9d562da View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2019

  1. Configuration menu
    Copy the full SHA
    3d03efa View commit details
    Browse the repository at this point in the history
  2. Change

    Tim-Brooks committed Aug 29, 2019
    Configuration menu
    Copy the full SHA
    904d938 View commit details
    Browse the repository at this point in the history