minor grammatical fix (#21384)
This commit is contained in:
parent
6614cc73cc
commit
aefffca763
|
@ -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
|
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
|
a file]. For example, "files" could be a physical file, a virtual file
|
||||||
(e.g., `/proc/loadavg`), or network sockets. Elasticsearch requires
|
(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
|
segments and other files, plus connections to other nodes, etc.). This
|
||||||
bootstrap check is enforced on OS X and Linux. To pass the file
|
bootstrap check is enforced on OS X and Linux. To pass the file
|
||||||
descriptor check, you might have to configure <<file-descriptors,file
|
descriptor check, you might have to configure <<file-descriptors,file
|
||||||
|
|
Loading…
Reference in New Issue