Remove another reference to 64-bit systems.

This commit is contained in:
Adrien Grand 2017-07-31 09:56:06 +02:00
parent 1b34f691e5
commit 57e8b9ee29
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
=== Virtual memory
Elasticsearch uses a <<default_fs,`mmapfs`>> directory by
default for 64bit systems to store its indices. The default operating system limits on mmap
default to store its indices. The default operating system limits on mmap
counts is likely to be too low, which may result in out of memory exceptions.
On Linux, you can increase the limits by running the following command as