Merge "Increase maximum message size to 256Kb" into stable/0.9

This commit is contained in:
Jenkins 2016-02-29 13:19:57 +00:00 committed by Gerrit Code Review
commit 24fc4e2520
1 changed files with 4 additions and 5 deletions

View File

@ -64,11 +64,10 @@ class lma_collector::params {
$buffering_enabled = true
# The maximum size of 158Kb was observed during a load test with 50 nodes,
# this is required by elasticsearch buffered output.
# Lets configure 192Kb by default.
# see https://github.com/mozilla-services/heka/issues/1389
$hekad_max_message_size = 192 * 1024
# Maximum size of 227Kb has been oberved by a client.
# Lets configure 256Kb by default.
# https://bugs.launchpad.net/lma-toolchain/+bug/1548093
$hekad_max_message_size = 256 * 1024
$buffering_max_file_size = 128 * 1024 * 1024
$buffering_max_buffer_size = 1024 * 1024 * 1024