cityindex-attic / logsearch

[unmaintained] A development environment for ELK
Apache License 2.0
24 stars 8 forks source link

Memory leak in frontend/elasticsearch #357

Closed mrdavidlaing closed 10 years ago

mrdavidlaing commented 10 years ago

We seem to have a memory leak in the frontend/elasticsearch

image

ElasticHQ is complaining of swap space usage for this node

image

mrdavidlaing commented 10 years ago

On further investigation, I don't think there is a memory leak.

image

ES is configured to use around 46% of available memory, and when it gets close to that threshold the GC kicks in as expected.