Browse Source

[DOCS] Fix ulimit value in system settings docs (#56973)

Correctly documents the ulimit value as 65535.

The limit was lowered as part of #37537.
Eddie Turizo 5 years ago
parent
commit
9c97e55742
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/setup/sysconfig/configuring.asciidoc

+ 1 - 1
docs/reference/setup/sysconfig/configuring.asciidoc

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