Elasticsearch OutOfMemoryError #3932
-
|
Getting the following error in Kibana a few weeks after upgrading to
Running Manager node has 16GB of memory and its minion file has |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
For ES you can increase the heap up to 31GB (over this and the it will get a performance slowdown). The only thing to really keep track of it that you have enough memory to support heap*2+OS (and other programs) to have file caches aswell. If 4096 is not enough I would start by maybe increasing to 6GB or 8 GB and see how it performs. |
Beta Was this translation helpful? Give feedback.
For ES you can increase the heap up to 31GB (over this and the it will get a performance slowdown). The only thing to really keep track of it that you have enough memory to support heap*2+OS (and other programs) to have file caches aswell.
If 4096 is not enough I would start by maybe increasing to 6GB or 8 GB and see how it performs.