Number of threads
Number of threads
Elasticsearch uses a number of thread pools for different types of operations. It is important that it is able to create new threads whenever needed. Make sure that the number of threads that the Elasticsearch user can create is at least 4096.
This can be done by setting ulimit -u 4096 as root before starting Elasticsearch, or by setting nproc
to 4096
in /etc/security/limits.conf.
The package distributions when run as services under systemd
will configure the number of threads for the Elasticsearch process automatically. No additional configuration is required.
当前内容版权归 elasticsearch 或其关联方所有,如需对内容或内容相关联开源项目进行关注与资助,请访问 elasticsearch .