内存移除
昨天ES出现了问题,现象是没有新这几天的新数据,重启elk容器后无法解决问题,临时解决办法清除数据,调整jvm堆内存大小,重启容器
root@86c716ce560f:/opt/elasticsearch/plugins/search-guard-6# grep 'Xm /etc/elasticsearch/jvm.options
## -Xms4g
## -Xmx4g
# Xms represents the initial size of total heap space
# Xmx represents the maximum size of total heap space
-Xms4g
-Xmx4g
这次没有很好的记录到问题的细节,处理步骤也非常的丑陋,事后针对ES内存这块简单的了解了下
- http://joshuais.me/elasticsearch-memory
- https://www.elastic.co/guide/cn/elasticsearch/guide/current/marvel.html
ES主要内存分为两块
- 堆内存:
- 非对内存:Lucence全文检索