From 27673aa59c97ca42291b0392ee09165a35e1c373 Mon Sep 17 00:00:00 2001 From: Eddie Turizo Date: Wed, 20 May 2020 08:43:16 -0400 Subject: [PATCH] [DOCS] Fix ulimit value in system settings docs (#56973) Correctly documents the ulimit value as 65535. The limit was lowered as part of #37537. --- docs/reference/setup/sysconfig/configuring.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/setup/sysconfig/configuring.asciidoc b/docs/reference/setup/sysconfig/configuring.asciidoc index c9513885370..0cda419bf02 100644 --- a/docs/reference/setup/sysconfig/configuring.asciidoc +++ b/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]