allow max threads to be configured
This commit is contained in:
parent
3621561473
commit
2f96bc42f4
3 changed files with 6 additions and 0 deletions
|
|
@ -347,6 +347,7 @@ Additional parameters to es_config allow the customization of the Java and Elast
|
|||
* ```update_java``` Updates Java to the latest version. (true or false (default))
|
||||
* ```es_max_map_count``` maximum number of VMA (Virtual Memory Areas) a process can own. Defaults to 262144.
|
||||
* ```es_max_open_files``` the maximum file descriptor number that can be opened by this process. Defaults to 65536.
|
||||
* ```es_max_threads``` the maximum number of threads the process can start. Defaults to 2048 (the minimum required by elasticsearch).
|
||||
|
||||
Earlier examples illustrate the installation of plugins using `es_plugins`. For officially supported plugins no version or source delimiter is required. The plugin script will determine the appropriate plugin version based on the target Elasticsearch version. For community based plugins include the full url. This approach should NOT be used for the X-Pack plugin. See X-Pack below for details here.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue