Abdon Pijpelink
7f5b68711d
[DOCS] Inconsistent ulimit ( #100948 )
...
* [DOCS] Inconsistent ulimit
* Another one
2023-10-19 11:34:21 +02:00
James Rodewig
693807a6d3
[DOCS] Fix double spaces ( #71082 )
2021-03-31 09:57:47 -04:00
James Rodewig
f5827ba0ae
[DOCS] Replace "// CONSOLE" comments with [source,console] ( #46159 )
2019-09-04 12:51:02 -04:00
Jason Tedor
18a3e48a4a
Change file descriptor limit to 65535 ( #37537 )
...
Some systems default to a nofile ulimit of 65535. To reduce the pain of
deploying Elasticsearch to such systems, this commit lowers the required
limit from 65536 to 65535.
2019-01-16 17:19:12 -05:00
Steve Kotsopoulos
dd95849b62
Document JVM option MaxFDLimit for macOS ()
...
This commit documents a JVM option that is needed on macOS when raising
file descriptor limits there.
Relates #26900
2017-10-05 14:56:15 -04:00
Nik Everett
c414faf2fb
Reword note about windows and FDs
...
Make it clear why this isn't a thing in windows and remove value
judgement about file descriptors.
Relates to #20737
2016-10-10 08:47:25 -04:00
Nik Everett
2b3760f78b
File descriptors limit doesn't apply to Windows
...
On Windows the JDK uses `CreateFileW` which has a stupidly high
limit for the number of `Handle`s it can make - `16 * 1024 * 1024`.
So this isn't really a problem on Windows at all.
Closes #20732
2016-10-04 11:32:08 -04:00
Nik Everett
c24ad1df4e
Mark lots of stuff // NOTCONSOLE
2016-08-29 08:28:16 -04:00
Clinton Gormley
06604708d4
Docs: Complete rewrite of setup, installation, and configuration docs
2016-04-03 16:09:48 +02:00