[DOCS] Fix ulimit value in system settings docs (#56973)
Correctly documents the ulimit value as 65535. The limit was lowered as part of #37537.
This commit is contained in:
parent
19a336e8d3
commit
27673aa59c
|
@ -41,7 +41,7 @@ You can consult all currently applied limits with `ulimit -a`.
|
|||
|
||||
On Linux systems, persistent limits can be set for a particular user by
|
||||
editing the `/etc/security/limits.conf` file. To set the maximum number of
|
||||
open files for the `elasticsearch` user to 65,536, add the following line to
|
||||
open files for the `elasticsearch` user to 65,535, add the following line to
|
||||
the `limits.conf` file:
|
||||
|
||||
[source,sh]
|
||||
|
|
Loading…
Reference in New Issue