Skip to content

Commit 80b6b27

Browse files
eddieturizojrodewig
authored andcommitted
[DOCS] Fix ulimit value in system settings docs (#56973)
Correctly documents the ulimit value as 65535. The limit was lowered as part of #37537.
1 parent 875cfee commit 80b6b27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/setup/sysconfig/configuring.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ You can consult all currently applied limits with `ulimit -a`.
4141

4242
On Linux systems, persistent limits can be set for a particular user by
4343
editing the `/etc/security/limits.conf` file. To set the maximum number of
44-
open files for the `elasticsearch` user to 65,536, add the following line to
44+
open files for the `elasticsearch` user to 65,535, add the following line to
4545
the `limits.conf` file:
4646

4747
[source,sh]

0 commit comments

Comments
 (0)