Remove another reference to 64-bit systems.
This commit is contained in:
parent
1b34f691e5
commit
57e8b9ee29
|
@ -2,7 +2,7 @@
|
||||||
=== Virtual memory
|
=== Virtual memory
|
||||||
|
|
||||||
Elasticsearch uses a <<default_fs,`mmapfs`>> directory by
|
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.
|
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
|
On Linux, you can increase the limits by running the following command as
|
||||||
|
|
Loading…
Reference in New Issue