Allocate more memory to ElasticSearch indexing.

* modules/logstash/files/elasticsearch.yml: By default ElasticSearch
allocates 10% of its memory space to indexing. Bump this up to 40% to
help ensure indexing does not block on needing more memory.

Change-Id: Ic2b862235c12467213ab9916e7f85d92559efc37
Reviewed-on: https://review.openstack.org/30796
Reviewed-by: Khai Do <zaro0508@gmail.com>
Reviewed-by: James E. Blair <corvus@inaugust.com>
Approved: Jeremy Stanley <fungi@yuggoth.org>
Reviewed-by: Jeremy Stanley <fungi@yuggoth.org>
Tested-by: Jenkins
This commit is contained in:
Clark Boylan 2013-05-28 14:42:30 -07:00 committed by Jenkins
parent a45c34a36d
commit 501c3e0bf2
1 changed files with 1 additions and 0 deletions

View File

@ -139,6 +139,7 @@
index.store.compress.stored: true
index.store.compress.tv: true
indices.memory.index_buffer_size: "40%"
#################################### Paths ####################################