Skip to content

Commit

Permalink
[DOCS] Fix ulimit value in system settings docs (#56973)
Browse files Browse the repository at this point in the history
Correctly documents the ulimit value as 65535.

The limit was lowered as part of #37537.
  • Loading branch information
eddieturizo authored and jrodewig committed May 20, 2020
1 parent 2f90156 commit dfc7fd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/setup/sysconfig/configuring.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit dfc7fd4

Please sign in to comment.