问题:
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
點(diǎn)擊查看更多內(nèi)容
1人點(diǎn)贊
評論
評論
共同學(xué)習(xí),寫下你的評論
評論加載中...
作者其他優(yōu)質(zhì)文章
正在加載中
感謝您的支持,我會(huì)繼續(xù)努力的~
掃碼打賞,你說多少就多少
贊賞金額會(huì)直接到老師賬戶
支付方式
打開微信掃一掃,即可進(jìn)行掃碼打賞哦