ElasticSearch安装
Posted 会飞的鹅
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ElasticSearch安装相关的知识,希望对你有一定的参考价值。
- linux系统参数调整
a. sudo vim /etc/security/limits.conf
* soft nofile 655360
* hard nofile 655360
* soft nproc 655360
* hard nproc 655360
b. sudo vi /etc/security/limits.d/90-nproc.conf
* soft nproc unlimited
* hard nofile 655360
c. sudo vi /etc/sysctl.conf
vm.max_map_count = 655350
vm.swappiness = 1
sudo sysctl -p
配置文件
vim /etc/elasticsearch/elasticsearch.yml
#集群名称
cluster.name
./bin/elasticsearch -p /tmp/elasticsearch-pid -d
以上是关于ElasticSearch安装的主要内容,如果未能解决你的问题,请参考以下文章
使用标准库Ruby将数据标记到Elasticsearch批量中
Elasticsearch:如何在 Elasticsearch 中正确使用同义词功能
Elasticsearch:如何在 Elasticsearch 中正确使用同义词功能
在Tomcat的安装目录下conf目录下的server.xml文件中增加一个xml代码片段,该代码片段中每个属性的含义与用途