Elasticsearch经常使用运维命令收集

elasticsearch运维经常使用命令 elasticsearch内存设置: export ES_HEAP_SIZE=10g 或者启动的时候设置参数,确保Xmx和Xms大小相等: ./bin/elasticsearch -Xmx10g -Xms10g 启动进程: ./elasticsearch -d 查看es进程: ps -ef | grep elastic kill进程: kill pid
相关文章
相关标签/搜索