The jvm node stats <endpoint>/_nodes/stats/jvm
in elasticsearch suggests that, in the case of an m4.large.elasticsearch
instance type, the allocated heap size in 4Gb whereas the capacity of the instance type in 8Gb. Is it possible to increase this allocated heap for the elasticsearch node running on the instance.
Asked
Active
Viewed 789 times
0

Vidhuran
- 212
- 4
- 16
-
1You should read this: https://www.elastic.co/guide/en/elasticsearch/guide/current/heap-sizing.html#_give_less_than_half_your_memory_to_lucene – Val Apr 18 '18 at 11:26