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

Update queue.mem defaults #5150

Merged
merged 4 commits into from
Sep 13, 2017
Merged

Update queue.mem defaults #5150

merged 4 commits into from
Sep 13, 2017

Commits on Sep 12, 2017

  1. Update queue.mem defaults

    - Enable flush based memory queue by default:
      Increases chance of pushing bigger batches of events to the outputs.
      Especially if number of CPUs is limited to 1 or 2 this helps with
      throughput, as outputs and producers go-routines will interleave less.
    
    - Set flush.events=2048 and flush.timeout=1s
    urso committed Sep 12, 2017
    Configuration menu
    Copy the full SHA
    1402b32 View commit details
    Browse the repository at this point in the history
  2. set queue flush parameters in system tests

    update queue flush parameters to min_events of 8 and a timeout of 0.1s.
    This hopefully stabilizes some time sensitive tests.
    urso committed Sep 12, 2017
    Configuration menu
    Copy the full SHA
    a45a17f View commit details
    Browse the repository at this point in the history
  3. Fix typo in CHANGELOG

    andrewkroh committed Sep 12, 2017
    Configuration menu
    Copy the full SHA
    2afc149 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ce6338c View commit details
    Browse the repository at this point in the history