[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:
Eddie Turizo 2020-05-20 08:43:16 -04:00 committed by James Rodewig
parent 19a336e8d3
commit 27673aa59c
1 changed files with 1 additions and 1 deletions

View File

@ -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]