2017-10-16 82 views
0

無法解決這些問題:爲elasticsearch進程最大文件描述符太低

[2017-10-16T13:54:23,381][WARN ][o.e.b.BootstrapChecks ] [node-1] max 
file descriptors [65000] for elasticsearch process is too low, increase to 
at least [65536] 
[2017-10-16T13:54:23,382][WARN ][o.e.b.BootstrapChecks ] [node-1] max 
number of threads [1024] for user [appadm01] is too low, increase to at 
least [2048] 
[2017-10-16T13:54:23,382][WARN ][o.e.b.BootstrapChecks ] [node-1] system 
call filters failed to install; check the logs and fix your configuration or 
disable system call filters at your own risk 

我執行的sysctl -w fs.file-MAX = 65536,但我得到了同樣的事情。

回答

0

你看過that page嗎?

它說:

集ULIMIT -n 65536作爲根開始Elasticsearch之前,或在/etc/security/limits.conf文件NOFILE設置爲65536。