From 57e8b9ee29ce90c773479115a775663e7d3cf431 Mon Sep 17 00:00:00 2001 From: Adrien Grand Date: Mon, 31 Jul 2017 09:56:06 +0200 Subject: [PATCH] Remove another reference to 64-bit systems. --- docs/reference/setup/sysconfig/virtual-memory.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/setup/sysconfig/virtual-memory.asciidoc b/docs/reference/setup/sysconfig/virtual-memory.asciidoc index ac654c9b020..672a14ef50d 100644 --- a/docs/reference/setup/sysconfig/virtual-memory.asciidoc +++ b/docs/reference/setup/sysconfig/virtual-memory.asciidoc @@ -2,7 +2,7 @@ === Virtual memory Elasticsearch uses a <> 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