问题:

ERROR: [1] bootstrap checks failed[1]: max number of threads [3795] for user [es] is too low

解决方法:

在 Linux 中,用户允许的最大线程数的配置文件为/etc/security/limits.conf,我们需要在该配置文件中添加下面配置

es(用户名) - nproc 4096

max file descriptors [1024] for elasticsearch process is too low, increase to at least [4029]

es(用户名) hard nofile 65536
es(用户名) soft nofile 65536

作者:|下雨le|,原文链接: http://www.imooc.com/article/325488

文章推荐

从GFS到GPT,AI Infra的激荡20年

一篇文章搞定什么是nodeJs它和NPM关系与应用

ubuntu20安装docker、redis、mysql及部署net6应用

webrtc QOS笔记四 Nack机制浅析

Linux线程同步必知,常用方法揭秘!

【数据结构与算法学习】散列表(Hash Table,哈希表)

vue3中$attrs的变化与inheritAttrs的使用

SpringBatch从入门到精通-3.2-并行处理-远程分区

《Mybatis 手撸专栏》第10章:使用策略模式,调用参数处理器

将Abp移植进.NET MAUI项目(一):搭建项目

类型安全的 Go HTTP 请求

【js奇妙说】如何跟非计算机从业者解释,为什么浮点数计算0....