es-部署
Posted jabbok
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了es-部署相关的知识,希望对你有一定的参考价值。
https://www.elastic.co/guide/en/elasticsearch/reference/6.5/zip-targz.html#zip-targz
修改参数
cat /etc/sysctl.conf vm.max_map_count=262144
# cat /etc/security/limits.conf root soft nofile 655350 root hard nofile 655350 * soft nofile 655360 * hard nofile 655360
添加用户(es不允许root启动)
useradd es
前台启动(用于测试)
su es -c ‘./bin/elasticsearch ‘
后台启动
su es -c ‘./bin/elasticsearch -d -p pid‘
进程 ID 记录在文件中,
要关闭弹性搜索,请终止文件中记录的进程 ID:pid
kill `cat pid`
以上是关于es-部署的主要内容,如果未能解决你的问题,请参考以下文章
用于模糊的 OpenGL ES 2.0 片段着色器速度慢且质量低
“ES7 React/Redux/GraphQL/React-Native 片段”不适用于 javascript 文件。除了安装它,我还需要配置其他东西吗?