From aefffca763ae9bf6f872ec69ff00440824615b75 Mon Sep 17 00:00:00 2001 From: Joeyn414 Date: Tue, 8 Nov 2016 05:52:18 -0500 Subject: [PATCH] minor grammatical fix (#21384) --- docs/reference/setup/bootstrap-checks.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/setup/bootstrap-checks.asciidoc b/docs/reference/setup/bootstrap-checks.asciidoc index 1d6a3cf242a..75eeab65036 100644 --- a/docs/reference/setup/bootstrap-checks.asciidoc +++ b/docs/reference/setup/bootstrap-checks.asciidoc @@ -56,7 +56,7 @@ File descriptors are a Unix construct for tracking open "files". In Unix though, https://en.wikipedia.org/wiki/Everything_is_a_file[everything is a file]. For example, "files" could be a physical file, a virtual file (e.g., `/proc/loadavg`), or network sockets. Elasticsearch requires -lots file descriptors (e.g., every shard is composed of multiple +lots of file descriptors (e.g., every shard is composed of multiple segments and other files, plus connections to other nodes, etc.). This bootstrap check is enforced on OS X and Linux. To pass the file descriptor check, you might have to configure <