Increase maximum message size to 256Kb

Change-Id: I95b25d391c1e997275b0e42ee3ab0a9e48751dbe
Closes-Bug: #1548093
(cherry picked from commit 8d4c33d0ab)
This commit is contained in:
Guillaume Thouvenin 2016-02-26 10:36:49 +01:00
parent b91506abab
commit 983be9f044
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